I'm trying to print a Code 128 (Subset A?) barcode to a Zebra label printer. It looks to be printing, and can be scanned by ZXing barcode scanner on my phone, but when using a barcode scanner, it won't read.
Generating the same barcode using MPDF (type="C128A"
), generates a barcode with different bars that the barcode scanner we're using does read.
Here's my ZPL: (ZPL Output)
^XA
^BY4,2,164^FT70,330^BCN,,Y,N,Y,N
^FD>9171716171724161925^FS
^XZ
And the equivalent barcode tag used in mPDF: (mPDF Output)
<barcode code="110118039" type="C128A" size="1.5"/>
Any ideas what I'm doing differently between the two would be greatly appreciated.