PDA

View Full Version : making the printer correctly interpret pcl files



momesana
17th April 2008, 13:58
Hi,
On Windows I have pcl files here that are supposed to be printed out by the printer as pcl and not as ordinary text files displaying pcl code. Just as lp -d ... does on linux. What flags do I have to pass to the QPrinter object to make it realize that the pcl code is to be interpreted as such by the printer? Is this possible at all on windows?

Thanx in advance

momesana
17th April 2008, 16:41
I guess, I want to send raw text to the printer. Is that possible with QPrinter? can someone point me towards documentation/sources?