使用 jZebra 作为 servlet

发布于 2024-11-29 20:13:25 字数 236 浏览 4 评论 0原文

我有一台支持 ZPL 的打印机在服务器上运行,我想将其与 jZebra (http://code.google.com/p/jzebra/) 集成。然而,jZebra 用于客户端打印。如果我想使用 jZebra 打印到连接到服务器的 ZPL 打印机,最好的实现是什么? 换句话说,我想使用 jZebra 服务器端将作业从客户端计算机排队到 Web/打印服务器。这也将防止客户端需要加载 Java 小程序,因为所有 Java 都是在服务器而不是客户端上处理的。

I have a ZPL capable printer running on a server which I would like to integrate with jZebra (http://code.google.com/p/jzebra/). jZebra, however, is for client-side printing. What would be the best implementation if I wanted to use jZebra to print to the ZPL printer connected to the server?
In other words, I want to queue jobs from a client computer to the web/print server using jZebra server-side. This will also prevent the client from needing to load a Java applet since all Java is handled on the server instead of the client.

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

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

发布评论

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

评论(1

櫻之舞 2024-12-06 20:13:25

直接使用 print raw 并绕过小程序的东西。

该网站有一个 API 部分,可以帮助您入门。邮件列表将能够提供更多帮助。

Use print raw directly and bypass the applet stuff.

The site has an API section that should get you started. The mailing list will be able to help more.

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