Click to See Complete Forum and Search --> : Print PDFs on printer...


d00_ape
November 18th, 2006, 12:16 PM
I like to create (or download) a program that can let the user open several PDFs and print those on an installed printer. I don’t have to preview the PDFs.
If I have 5 documents and like to print 10 copies of those, the program should send 50 printing jobs to the printer.

andrei_i
November 18th, 2006, 05:04 PM
Hello,
here is a little tutorial that explains how to print pdf from C# using the adobe reader.
http://aspalliance.com/514_CodeSnip_Printing_PDF_from_NET
it's a pretty dirty method, but it does the job done fast, without any headakes.

All the best.