> 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
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
> 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
>&
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
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
> 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
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