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

Added: PDF generation #220

Closed daanggc closed 2 months ago

daanggc commented 2 months ago

PDF generation and more improvements

You can preview it here: https://binarykits.dvdg.nu/

image

Added PDF generation (with selectable text)

Added: Download ZPL, PNG, and PDF buttons in the web interface image

Added: GraphicCircle supports reverse draw now image

Improved: GraphicBox rounding and border settings image vs image

Improved: Inverted/Reverse printing

Old: image

New: image

Other small improvements:

Based on: #217 #218 #219 and used the improvement from #193 while trying to resolve the mentioned issues in #64