Re: [iText-questions] Reading 'Hidden Text' while merging PDFs

2011-03-01 Thread Jha, Vinay
Ok Thanks for the info! Should I try with latest version? Was that bug fixed in it? From: 1T3XT BVBA [mailto:i...@1t3xt.info] Sent: Tuesday, March 01, 2011 3:04 PM To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] Reading 'Hidden

Re: [iText-questions] Reading 'Hidden Text' while merging PDFs

2011-03-01 Thread 1T3XT BVBA
Op 1/03/2011 10:23, Jha, Vinay schreef: This is the code snippet: Aha, when you say "hidden text" you mean "optional content". My assumption that you were taking about a hidden text field was wrong. There was a bug in old versions that caused NullPointerExceptions when manipulating OC groups

Re: [iText-questions] Reading 'Hidden Text' while merging PDFs

2011-03-01 Thread 1T3XT BVBA
Op 1/03/2011 9:52, Jha, Vinay schreef: One of the tasks that we are performing in our application using iText is to join multiple PDFs into one. How? Are you using PdfWriter? PdfStamper? PdfCopy? PdfSmartCopy? Problem we are facing is"If one or many of the multiple input PDF files has hid

[iText-questions] Reading 'Hidden Text' while merging PDFs

2011-03-01 Thread Jha, Vinay
Hi, We are using iTextsharp version 4.1.2.0. One of the tasks that we are performing in our application using iText is to join multiple PDFs into one. Problem we are facing is "If one or many of the multiple input PDF files has hidden text field in it, the resultant merged PDF file has blank pages.