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

UPS Maxicode viewing #211

Closed johnvarney612 closed 6 months ago

johnvarney612 commented 8 months ago

Has anyone added the capability to view the UPS Maxicode? Any idea how to do that?

primo-ppcg commented 8 months ago

This is something I would definitely like to see. ZXing.NET does have a Maxicode decoder, but doesn't appear to have the corresponding encoder, so a bit of work would be required on that.

johnvarney612 commented 8 months ago

UPS with issues This shows the UPS label with Maxicode, incorrectly decoding "_F0" which should be "-" and barcode wrong size

johnvarney612 commented 8 months ago

UPS Labelary overlay This shows the Labelary overlay with the "_F0" replaced with "-"

johnvarney612 commented 8 months ago

UPS Labelary This is the Labelary image

johnvarney612 commented 8 months ago

FYI ZintNET has a Maxicode generator https://sourceforge.net/projects/zintnet/

primo-ppcg commented 6 months ago

Resolved with #224.