Re: [iText-questions] Problem with PDFReader object

2009-11-30 Thread Mike Marchywka
> From: > To: [email protected] > Date: Tue, 1 Dec 2009 07:53:56 +0530 > Subject: Re: [iText-questions] Problem with PDFReader object > > The same pdf's when they are sent to the PDFReader as a single reques

Re: [iText-questions] Problem with PDFReader object

2009-11-30 Thread Sinha, Abhishek
2009 12:47 AM To: Post all your questions about iText here Subject: Re: [iText-questions] Problem with PDFReader object Sinha, Abhishek wrote: > Please let us know > if there is any issue with PDFReader implementation in iText2.0.8. Free support on the mailing list is limited to the current v

Re: [iText-questions] Problem with PDFReader object

2009-11-30 Thread Mike Marchywka
> Date: Mon, 30 Nov 2009 20:17:03 +0100 > From: [email protected] > To: [email protected] > Subject: Re: [iText-questions] Problem with PDFReader object > > Sinha, Abhishek wrote: >> Please let us know >&

Re: [iText-questions] Problem with PDFReader object

2009-11-30 Thread 1T3XT info
Sinha, Abhishek wrote: > Please let us know > if there is any issue with PDFReader implementation in iText2.0.8. Free support on the mailing list is limited to the current version. The current version is 2.1.7, so your question isn't admissible. This being said: when the trailer of a PDF file isn

[iText-questions] Problem with PDFReader object

2009-11-30 Thread Sinha, Abhishek
Hi, We are using PDFReader = new PDFReader(byte[]) in our code and this is being used in a loop to concatenate various PDF files into one PDF. Every time this is being accessed concurrently by 5 or 6 threads causes the code to faile and we get exceptions like Trailer not found Rebuild failed

Re: [iText-questions] problem with PdfReader

2007-05-16 Thread Paulo Soares
> Subject: [iText-questions] problem with PdfReader > > Hi all! > > I try to open a pdf file but when I create a PdfReader ( > PdfReader reader = new PdfReader("01.pdf"); ) > > I receive a: > java.lang.NullPointerException > at > com.lowagie.t

[iText-questions] problem with PdfReader

2007-05-16 Thread Pileggi Matteo
Hi all! I try to open a pdf file but when I create a PdfReader ( PdfReader reader = new PdfReader("01.pdf"); ) I receive a: java.lang.NullPointerException at com.lowagie.text.pdf.PdfReader$PageRefs.iteratePages(Unknown Source) at com.lowagie.text.pdf.PdfReader$PageRefs.iteratePages(Unknown So