Mike-DE-RE
Mike-DE-RE
Hi. Are you aware of a = int(65) print(a) print(bytes([a])) is 65 b'A' see https://www.programiz.com/python-programming/methods/built-in/bytes and echo "obase=16; 65" | bc gives 41 where echo -e '\x$btime' gives \x$btime and...
Thinking about fonts I ended up with the fundamental question: "What do you want?" I am using a small utility called _epsonps_ that is able to translate an epson raw...
So far the program pays no respect to page setup. I've prepared a new ESC/P2 sample from our labeling software: [20170510.zip](https://github.com/RWAP/PrinterToPDF/files/989506/20170510.zip) The lable itself is 45x45mm. They are arranged on...
The software I am using can create colour - as far as I know. I made a file for your that should have coloured output: [TOPLABEL.zip](https://github.com/RWAP/PrinterToPDF/files/987403/TOPLABEL.zip) Here is the result...
Why PCL?
> It is hoped that support for PCL (and potentially ESC/POS) could also be added Are you aware of ghostpcl? https://www.ghostscript.com/GhostPCL.html This is a powerful tool to convert pcl files....