php 或 javascript 自动打印

发布于 2024-12-04 20:46:16 字数 75 浏览 0 评论 0原文

我希望我的应用程序直接打印到默认打印机,而不出现 Windows 选择打印机对话框 我真的不需要显示屏幕。用户想要的只是打印输出、收据。

I want my application to print directly to the default printer without the Windows select printer dialog coming up and
I really dont need to display the screen. All the user wants is a printout, receipt.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

走过海棠暮 2024-12-11 20:46:16

不,你不能这样做。
您只能使用 javascript 执行 window.print() 并显示窗口。

为什么不能:因为安全。

No, you cannot do it.
You can only do window.print() with javascript and it displays the window.

Why you cannot: because safety.

仙气飘飘 2024-12-11 20:46:16

不,恐怕这是不可能的。您可以同时运行数百万个打印任务,这对用户来说并不好

No I'm afraid this is not possible. You could just run millions of print tasks at the time, and it wouldn't be good for user

巷子口的你 2024-12-11 20:46:16

是的,你可以。在 Firefox about:config 中,您可以将属性 print.always_print_silent 设置为 true。然后 Firefox 将在没有提示的情况下进行打印。
使用“JS Print setup”,您可以直接从 javascript 调整一些打印机参数

yes, you can. In Firefox about:config you can make property print.always_print_silent equal to true.Then Firefox will print without prompt.
And using "JS Print setup" you can adjust some printer parameters directly from javascript

夜血缘 2024-12-11 20:46:16

简短的回答:你不能用 JavaScript 做到这一点。

Short answer: you can't do that with JavaScript.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文