打印到默认 Windows 打印机 Zebra 打印机

发布于 2024-10-29 09:36:32 字数 221 浏览 1 评论 0原文

我已将 Zebra 打印机定义为 Windows 7 计算机上的默认打印机。 我有我想要打印的 ZPL 代码:

"^XA^LH30,30^FO20,10^AFN,56,30^FDqwewer^FS^FO20,80,^B3N,Y,20,N,N^FD213004^FS^XZ"

您能给我推荐一些示例,如何将其发送到某些默认打印机吗? 当然,我还想打印条形码。谢谢。

I have defined a Zebra printer as a default printer on my Windows 7 machine.
I have my ZPL code that I want to print:

"^XA^LH30,30^FO20,10^AFN,56,30^FDqwewer^FS^FO20,80,^B3N,Y,20,N,N^FD213004^FS^XZ"

Can you refer me to some example how I can send this thing to some default printer?
And of course I want to print also the barcode. Thanks.

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

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

发布评论

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

评论(3

泼猴你往哪里跑 2024-11-05 09:36:32

我已经很长时间没有看过它了,但我保留了 这篇文章。我想它可以帮助您朝正确的方向发展。

我决定使用 NeoDynamic 的 ThermalLabel SDK for .NET,而不是自己处理所有事情...

I haven't looked at it for a long time but I kept a link to this article. I imagine that it could help you in the right direction.

I decided to use ThermalLabel SDK for .NET from NeoDynamic instead of handling everything myself...

も星光 2024-11-05 09:36:32

如果您进入 Zebra 打印机驱动程序的“高级设置”选项卡,则可以“启用直通模式”。然后,只需确保您的流以 ${ 开头并以 }$ 结尾,那么驱动程序将不会对 ${ 之间的内容执行任何操作> }$

应如下所示:

${^XA^LH30,30^FO20,10^AFN,56,30^FDqwewer^FS^FO20,80,^B3N,Y,20,N,N^FD213004^FS^XZ}$

If you go to the "Advanced Setup" tab of the Zebra printer driver, you can "Enable Passthrough Mode". Then, just ensure that your stream starts with ${ and ends with }$ Then the driver will not do anything to the stuff inbetween the ${ }$

should look like this:

${^XA^LH30,30^FO20,10^AFN,56,30^FDqwewer^FS^FO20,80,^B3N,Y,20,N,N^FD213004^FS^XZ}$
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文