Hi, I'm modifying a pdf with pdfstamper. i need to resize each of the pages. to do this I'm extracting every page with pdfimportedpage and inserting at the end of the document. Then when I add the new page I add a piece of text at the bottom of the page. This works fine, although when I close the document I've still got the original pages in the document.
To just select the new pages that I've created I tried using the PdfReader.SelectPages. However, when I do this it correctly removes the original pages but the new pages only contain the piece of text. There is no other page content on this page. I have a feeling I'm not closing the pdfimportedpage properly but I don't know what to do. Thanks in advance, Billy ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.1t3xt.com/docs/book.php
