【问题标题】:Printing images on EPL Zebra Printer在 EPL Zebra 打印机上打印图像
【发布时间】:2021-03-04 02:37:19
【问题描述】:

好的,所以我有一个“template.prn”,里面充满了我制作的 PHP 脚本的信息。 PHP为用户提供给脚本的每1个数据值生成多个FR

template.prn

GK"image"
GM"image"1943
**binary data**
FK"data"
FS"data"
V00,99,N,""
V01,99,N,""
V02,99,N,""
GG204,89,"image"
b264,130,Q,m2,o2,sL,x8,y04,V00
b543,130,Q,m2,o2,sL,x8,y04,V04
b823,130,Q,m2,o2,sL,x8,y04,V08
A264,40,2,1,1,1,N,V02
A543,40,2,1,1,1,N,V06
A823,40,2,1,1,1,N,V10
A175,65,2,3,1,1,N,V01
A454,65,2,3,1,1,N,V05
A734,65,2,3,1,1,N,V09
A175,101,2,1,1,1,N,V03
A454,101,2,1,1,1,N,V07
A734,101,2,1,1,1,N,V11

FE
N

FR"info"
?
QR_CODE
value_0
value_1
value_2
N
P1
FK"info"
GK"image"

但它不打印图像,只打印那里的数据。

【问题讨论】:

    标签: php image zebra-printers epl


    【解决方案1】:

    我设法让它打印图像(我不确定这是否是最好的方法)


    1. 使用 BarTender 打印序列化贴纸(发送与可用列相同的编号)
    • 这会将您的图像转换为图片的 x3(在我的情况下)图像副本,并将其转换为 .pcx
    1. 手动替换.prn 中的数据或使用FS 和变量V00

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2013-12-07
      • 2014-02-16
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2011-03-04
      • 1970-01-01
      相关资源
      最近更新 更多