BinaryKits / BinaryKits.Zpl

BinaryKits.Zpl a set of .net libraries. The project supports you in the simple creation of zebra labels. It generates the ZPL data, it is a printer description language from Zebra Technologies. ZPL II is now emulated by many label printers from different manufacturers. So with this implementation you can create labels for most printers.
MIT License
307 stars 112 forks source link

Barcode render not correctly. #239

Closed 1ua11 closed 4 months ago

1ua11 commented 4 months ago

Hello Guys, please help me. ^XA ^LH10,10 ^LRY ^FO0105,155^GB690,20,53^FS ^FO0150,155^BY3^BCN,53,N,N^FDABCDEF123456789^FS ^XZ That ZPL command above render OK with Labelary. 1

But with BinaryKits.Zpl.Viewer (ver 1.2.0) not correct. 2

primo-ppcg commented 4 months ago

Barcodes do not support reverse print. However, you can achieve the desired result by reverse printing the graphics box over the barcode:

^XA
^LH10,10
^LRY
^FO0150,155^BY3^BCN,53,N,N^FDABCDEF123456789^FS
^FO0105,155^GB690,20,53^FS
^XZ