PDA

View Full Version : How to make (QT + C++) application to print its output images to Windows printer?



gsmurthy30
8th November 2009, 08:24
1. My application is in QT 3.0 and C++ (VS 2005).
2. its output is images in TIFF/JPG format.
3. My customer wants me to provide a print/plot facility to print/plot these images to Windows based printers/plotters.

4. please suggest how i could acieve this requirement. Classes that i need to use to interact with Windows print drivers, etc...

wysota
9th November 2009, 10:27
Use QPrinter. I would suggest porting to Qt4 to get better control of the printer though. Remember that Qt3 is 10 years old now.