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
