PrinterToPDF
PrinterToPDF copied to clipboard
Project for converting captured printer data files to PDF format
Can it support Chinese character set? I tried other character sets, it will display garbled characters.
Is there any plan to include the ESC/P2 barcode support in the near future? Wouldn't mind contributing some time to work on it if possible, but I'm not sure where...
One of the known issues is that different spacing units are used ESC/P and ESC/P2. Would it be possible to have a configuration option to use the earlier standard? The...
Does the current implementation not handle ESC/POS at all or does it output a slightly messed up version of the receipt? Also, what is needed for full ESC/POS support?
Now that the libHaru version of the code has been released, we would welcome assistance to change the handling of ASCII characters read from the input file. The idea is...
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....