Link to home
Start Free TrialLog in
Avatar of jeffreyg
jeffreyg

asked on

Printing out multiple documents as one print job

I have a number of jpegs that I want to print out as one print job.

At the moment I use CPrintDialog and print each image out to the print spooler as a single document.

I want 1 document of 15 images, not 15 documents of 1 image.

How can I do this in c++?

Using Visual C++ .NET.

regards,

Gordon.
ASKER CERTIFIED SOLUTION
Avatar of nonubik
nonubik

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Statick001
Statick001

here is an article which helped me master printing in .NET

the code is actually in C# but its not hard to work out as C++

http://www.fawcette.com/vsm/2002_11/magazine/features/eaton/default.aspx