Re: [iText-questions] Merging Issue

2008-12-30 Thread 1T3XT info
Orpu wrote: > Hi, > > I am trying to merge 2 pdf files using iText, first pdf contains 27 pages > and second pdf contains 27 pages. Is there a form inside those PDFs. If not, why are you using: > PdfCopyFields copy > Is there any other possible way to do this, appreciate if any example code.

[iText-questions] Merging Issue

2008-12-30 Thread Orpu
Hi, I am trying to merge 2 pdf files using iText, first pdf contains 27 pages and second pdf contains 27 pages. It is taking lot of time to merge these two files approximately 5 mins. This is my code snippet. try{ PdfReader reader1 = new PdfReader("U:\\Hellos_Combined.pd

RE: [iText-questions] Merging issue

2003-05-28 Thread Paulo Soares
;Paulo Soares'; [EMAIL PROTECTED] > Subject: RE: [iText-questions] Merging issue > > Thanks. > > I stiil have a isseu, my first PDF doesn't contain forms > and then I have the following error during the concat : > > java.lang.NullPointerException >

RE: [iText-questions] Merging issue

2003-05-28 Thread Richard Damien (AXEN)
Title: RE: [iText-questions] Merging issue Thanks. I stiil have a isseu, my first PDF doesn't  contain forms and then I have the following error during the concat : java.lang.NullPointerException     at com.lowagie.text.pdf.PRAcroForm.iterateFields(Unknown Source)  

RE: [iText-questions] Merging issue

2003-05-28 Thread Paulo Soares
See concat_pdf in com.lowagie.tools. Best Regards, Paulo Soares > -Original Message- > From: Richard Damien (AXEN) [SMTP:[EMAIL PROTECTED] > Sent: Wednesday, May 28, 2003 10:44 AM > To: [EMAIL PROTECTED] > Subject: [iText-questions] Merging issue > > Hello,

[iText-questions] Merging issue

2003-05-28 Thread Richard Damien (AXEN)
Title: Merging issue Hello, I have a merging problem. Acutally, I have 2 differents PDF and I need to merge them in one pdf. I read each page of the first PDF and put them in a new output PDF and I do the same with the second one, adding its pages in the same output pdf. But all the caract