How to convert .png labels to EPL using Python?

304 views Asked by At

I am able to create really nice labels with barcodes using the code128 and PIL modules (thanks @furas). Now I need to print them out on a Zebra TLP 2824 Plus printer. This thing runs on EPL (Eltron Programming Language) which is uglier than XML (no offense).

Does anyone have a simple way to convert .png's to EPL using Python?

0

There are 0 answers