Page 1 of 1

QPC2 printing help

Posted: Mon Jul 18, 2016 4:58 pm
by JonS
Would anyone who has printing working in QPC2 be able to give some advice?

I've configured QPC2 to use the Windows default printer with par1.

PRINT par_defaultprinter$ prints the correct printer name.

SPL file to par1 does nothing.
OPEN#3;par1
LIST#3
CLOSE#3 does nothing either

Changing the default printer to Microsoft Print to PDF results in a Windows message "File saved to the document folder" and it does, but the file is zero bytes.

I'm sure it's something simple, but I don't know what that is so any help would be appreciated.

Re: QPC2 printing help

Posted: Mon Jul 18, 2016 9:09 pm
by RWAP
It is missing a print processor (that is why the author brought out QPCPrint) - http://www.kilgus.net/qpcprint/

Basically, it will try sending the output from QL programs (be it ESC/P2, PCL or simple plain text) to whatever printer port you choose. Unfortunately, modern printers do not understand this, as they expect Windows (or OSx) to do all the work for them and just send a bitmap image.

So far as I know, Windows will not capture the output and convert it without a print processor (which basically grabs the data, reforms it into a page and then calls the Windows print routine).

Have a read of http://www.qlforum.co.uk/viewtopic.php?f=11&t=608

There is also some more information on a couple of solutions at: http://www.rwapsoftware.co.uk/Printers2.html

Re: QPC2 printing help

Posted: Tue Jul 19, 2016 5:47 pm
by JonS
Thanks for the links and explanation.....I'm sure I'd had printing working when I first got QPC2, but I couldn't have.