静默打印带有所需打印机名称的 HTML url

发布于 2025-01-05 04:03:23 字数 878 浏览 1 评论 0原文

我需要一个 Java 小程序或任何 PHP 语言的脚本,以静默打印 HTML 中给定的 URL 到给定的打印机名称,并提供给定的副本数。例如 http:// myserver.com/printThis.php?url=http://anyserver/invoice/Invoice.html&printer=Dell&copy=2

如果我在浏览器中运行此 URL,那么它应该打印给定的 HTML (发票)给定打印机的 url,而不显示打印对话框

我需要这样的 HTML url 脚本,而不是 PDF url

我为此创建了一个 java 小程序,它使用 appletviewer 从 CMD 运行良好,但无法运行从浏览器,给出错误:尝试读取时发生错误:java.security.AccessControlException:访问被拒绝(java.net.SocketPermission www.oracle.com:80 connect,resolve)

如果我需要签署或授予某处权限那么请让我知道代码或路径详细信息

请帮助我出了什么问题


我有 jZebra ( http://code .google.com/p/jzebra/ )为此,但打印不适用于任何打印机,它只允许为 PDFCamp 打印机保存 pdf,但它也打印空白到页面:(

有人成功地使用 jZebra ?

I need a script either in java applet or in any language for PHP to print silent printing the given URL in HTML to given Printer name with given no of copies. e.g http://myserver.com/printThis.php?url=http://anyserver/invoice/Invoice.html&printer=Dell©=2

If i run this URL in browser then it should print the given HTML (invoice) url to given Printer without showing Print Dialogue box

I need such script for HTML url not PDF url

I have created a java applet for this , it runs fine from CMD using appletviewer but it can not run from Browser, giving error : Error occurred while trying to Read: java.security.AccessControlException: access denied (java.net.SocketPermission www.oracle.com:80 connect,resolve)

If I need to signed or given somewhere permission then please let me know code or path details

Please help what was wrong


I have got jZebra ( http://code.google.com/p/jzebra/ ) for this but printing is not working to any printer , its allows to save pdf only for PDFCamp Printer but it also print blank to page :(

Has anybody successfully make working with jZebra ?

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

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

发布评论

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

评论(1

可爱咩 2025-01-12 04:03:23

请参阅本教程中的签名和验证 JAR 文件

See Signing and Verifying JAR Files in the tutorial.

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