Rich M
Rich M
Yes - the problem is that GhostPCL is too expensive to use in our commercial product (it is more than we will be charging for the whole product) - so...
Unfortunately, we do not plan on releasing the retro-printer source code and hardware designs under the GPL license. I guess we could ask them, but I doubt they would see...
Hmm - is your software set up to print in colour? The only ESC/P2 codes I can see in the .prn file are ESC @ (reset) ESC J (advance print...
Where is the prn file for the word for dos file? Do these come out correctly on an attached printer? Oddly the TOPLABEL.zip only sends 3 different ESC r colour...
OK - I have checked these using a QL emulator on Windows and copied the files to the parallel port). Alas I don't have a colour Epson printer either any...
I am not convinced that the mixed colours are quite right - but there is no easy way to match these with what you would get on a printer that...
In reality this is what we do... I have written a conversion routine to create a CMYK colour from the potential 6 colours supported on ESC/P2 (although some of those...
I am open to suggestions on how to save memory!
The PrinterToPDF code is solely for Epson ESC/P and ESC/P2 emulation. ESC/POS is a competely different printer control language and I have not come across anyone who has implemented a...
Yes you can interpret the byte code for the ESC/POS printer if you manage to capture the data - the main issue is capturing it in the first place! The...