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.
我有一台 ZQ520 打印机,我从这里开始学习 ZPL 。
我需要以不同的样式打印一些信息,以突出显示重要数据。问题是我找不到以灰度打印的指令。
我正在寻找这样的东西:
^XA ^FO50,50^ADN,18,10^FDBlack text^FS ^FO50,100^ADN,18,10^GS25^FDGrayscale text^FS ^XZ
其中^GS表示灰度而不是图形符号。
^GS
ZQ520 不支持灰度。如果您从移动设备打印,最好的办法是创建带有灰色文本的图形。然后,您可以使用 Zebra SDK 将位图转换为表单。SDK 将抖动图像使其在打印机上显示为灰度。