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
291 stars 105 forks source link

Add Support for UPC-A Barcodes #259

Open primo-ppcg opened 2 days ago

primo-ppcg commented 2 days ago

Hi, I would like to use the Viewer in my app for viewing the labels. It draws everything except UPC Barcode. Would it possible that you add UPC codes to the viewer aswell? This is the ZPL for my UPC Barcode (in Labelary it works):

^XA
^BY4,2,66^FO70,179^BUN,,Y,N,Y^FD1234567890000^FS
^XZ

Originally posted by @yatsek1 in https://github.com/BinaryKits/BinaryKits.Zpl/discussions/253