On Thu, 15 Jul 2004 00:43:05 -0700, Javier Ros Moreno wrote:
Anders, I had tryed to merge these document into one big document but
iTextSharp don´t support encrypted documents, my pdf documents are
encryted.
OK, then there are one thing that you might do. This depends on the license
of your application.
I'm sure you have heard of Ghostscript. Well there is a utility program
that comes with Ghostscript called gsprint. Using gsprint instead of
Acrobat Reader will do everything you want.
gsprint will end when the printing is done so you can use
System.Diagnostics.Process to start gsprint and then use
Process::WaitForExit(); to wait until the printing is done.
This way you will get all documents printed in order!
The only problem is that to be able to use gsprint/Ghostscript your
application has to be released under the GPL License or you need to buy a
license from Artifex Software, Inc. and the license cost from 20000$ and up
// Anders