Beppe Costagliola wrote:

I have a PDF that contains 100 pages (approx.) and I would like to programmatically extract a certain number of pages into a new document. Is it possible ?

Yes, using PdfCopy and take a look at this too:
http://itextdocs.lowagie.com/docs/com/lowagie/text/pdf/PdfReader.html#selectPages(java.lang.String)
If you want to know what the String looks like, see:
http://itextdocs.lowagie.com/docs/com/lowagie/text/pdf/SequenceList.html
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
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to