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
320 stars 115 forks source link

Add Support for UPC-A Barcodes #259

Open primo-ppcg opened 5 months ago

primo-ppcg commented 5 months 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

kyleweishaupt commented 1 month ago

Hi, I am running into this issue as well using the ^BUN command. My application can print and it shows up in the Labelary overlay, but not through the viewer. Hoping this feature can be implemented in the near future.