Re: [iText-questions] Root Object is invalid or missing after PDF is manipulated with iTextSharp

2009-11-18 Thread subrah
Hi All, So i seem to have found a solution to the issue. basically i am using a lock around the the thread that calls the water marking component. no changes in the code i sent earlier. Thanks for all the help. Subrah Mike Marchywka-2 wrote

Re: [iText-questions] Root Object is invalid or missing after PDF is manipulated with iTextSharp

2009-11-17 Thread subrah
Hey Mark, great point, sorry i missed. Yes it's a heavily multi threaded environement. Paulo said i should check out the code in SVN? I will ask him about the respository url to get the code from SVN? i am thankful for any more suggestions you have. Thanks Subrah Mark Storer-2 wrote

Re: [iText-questions] Root Object is invalid or missing after PDF is manipulated with iTextSharp

2009-11-17 Thread subrah
Hi Paulo, Thank you. Sorry if i am missing something. so where is the SVN repository url to check out the code for multi threading? Thanks Subrah Paulo Soares-3 wrote: Try the code in the SVN, it fixes a problem in heavy multithreading. Paulo - Original Message - From

Re: [iText-questions] Root Object is invalid or missing after PDF is manipulated with iTextSharp

2009-11-17 Thread subrah
(); } } Thanks Subrah Paulo Soares-3 wrote: https://itextsharp.svn.sourceforge.net/svnroot/itextsharp/trunk/src/core -Original Message- From: subrah [mailto:subnibh...@gmail.com] Sent: Tuesday, November 17, 2009 4:32 PM To: itext-questions@lists.sourceforge.net Subject: Re: [iText

Re: [iText-questions] Root Object is invalid or missing after PDF is manipulated with iTextSharp

2009-11-16 Thread subrah
Hi All, I am wondering why nobody is interested in responding to my question? I seem to have found a fix but just wanted to confirm with experts on this forum. So any help is greatly appreciated. Thanks Subrah subrah wrote: Hi Sorry resending this post as i was not registered user

Re: [iText-questions] Root Object is invalid or missing after PDF is manipulated with iTextSharp

2009-11-16 Thread subrah
to compltely avoid memory stream and pdf stamper but use pdfwriter and file stream which seem to have fixed the issue in dev. But still need to get response from a heavy testing team. Any light thrwon on this subject will be of great help to me. Thanks Subrah Mark Storer-2 wrote: A: Most