Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我指定“货到付款”选项时,UPS 网络服务返回 gif 图像而不是 epl/zpl 文件。所以现在我有一个问题,如何以编程方式调整这个 gif 图像,以便可以在斑马打印机上打印。这是我得到的图像:
不幸的是,我没有斑马打印机来测试我的尝试,但我发现我可以在 Zebra Designer 中看到打印预览,所以这是打印机上这张图像的预览(旋转后):
我的问题是如何以编程方式(或以其他方式)调整此图像,以便可以在斑马打印机上正确打印
您首先必须将图像转换为与 ZPL 兼容的格式,然后通过 ZPL 将该图像上传到打印机。您需要确保您的打印机有足够的内存来保存图像。
我们在 RocketShipIt 打印服务器中使用这种方法来满足您的确切需求。UPS COD 标签目前不支持 ZPL,我们需要为我们的客户提供一种解决方法。
https://docs.rocketship.it/php/1-0/thermal-printing.html#sending-gif-jpeg-png-images-to-thermal-printer
具体来说,我们使用 ^GW EPL2 命令:
https://support.zebra.com/cpws/docs/eltron/gw_command.htm