[iText-questions] Ability to print multiple copies of the Adobe Document

2009-11-20 Thread Afshan Raees
Hi, Is there a way to print the Adobe Document create in multiple copies? Right now I am using the Acrobat Reader's command line option to print a document but in order to print multiple copies I have to spawn several processes to do that which is very inefficient. Looking for a more efficient w

Re: [iText-questions] Image.GetInstance hangs after a few iterations

2009-10-27 Thread Afshan Raees
Afshan Raees metametrix.com> writes: > First I thought that was the issue but I confirmed that as not being the issue. I suspect it is a resource issue when it tries to instantiate an image object perhaps... > > > I have a queue of 76 documents that I am processing using iT

Re: [iText-questions] Image.GetInstance hangs after a few iterations

2009-10-27 Thread Afshan Raees
et.WebException' base {System.InvalidOperationException}: {"The operation has timed out"} Response: null Status: Timeout From: Afshan Raees Sent: Tuesday, October 27, 2009 9:05 AM To: 'itext-questions@lists.sourceforge.net' Subject: Image.GetInstance hangs after a few

[iText-questions] Image.GetInstance hangs after a few iterations

2009-10-27 Thread Afshan Raees
I have a queue of 76 documents that I am processing using iText. This means that I add a number of images to each one of the documents. This works fine for the first 4 of them and then the GetInstance times out. What could be causing this problem? Thanks. Afshan __