Better yet (and faster):
PdfReader originalReader = new PdfReader("HelloWorldLetter.pdf");
PdfReader reader = new PdfReader(originalReader);
----- Original Message -----
From: "Bruno Lowagie" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Thursday, September 08, 2005 7:26 PM
Subject: Re: [iText-questions] Create pdf file with multiple page
> > PdfReader reader = new PdfReader("HelloWorldLetter.pdf");
>
> About the example I posted earlier today, Rose Vidal asked me a question
> that made me realize that it probably would be better not to create
> PdfReader this way, but to read the file into a byte array (or a
> RandomAccessFileOrArray object) and reuse that array to avoid multiple
> disk access.
> br,
> Bruno
>
>
> -------------------------------------------------------
> SF.Net email is Sponsored by the Better Software Conference & EXPO
> September 19-22, 2005 * San Francisco, CA * Development Lifecycle
Practices
> Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
> Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
> _______________________________________________
> iText-questions mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/itext-questions
-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions