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

Its possible to export as EPL? #177

Open danilobreda opened 11 months ago

danilobreda commented 11 months ago

Its possible to export as EPL? If not its possible to create a custom exporter to EPL as a opensource contributer?

primo-ppcg commented 11 months ago

Its possible to export as EPL?

Not currently.

If not its possible to create a custom exporter to EPL as a opensource contributer?

Absolutely. Note that the BinaryKits.Zpl.Label namespace is meant to be superseded by BinaryKits.Zpl.Protocol, so it would be preferred for new developments to use that.