Is it possible to add content to PdfContentbyte in the onCloseDocument using writeSelectedRows?
I've created a PdfFinalizer which extends the PdfPageEventHelper, and in this class I handle things as page numbers, different id:s that are to be shown on certain pages only (dynamically) and with different layouts depending on page number. In the overridden onCloseDocument method I was thinking of adding a final page - the one that should contain nothing but a dynamically created checklist (no id:s, page number, logotype and such) and adding this text in a table (writeSelectedRows). Is this possible or do I have to add content prior to this method? /R -- View this message in context: http://itext-general.2136553.n4.nabble.com/Adding-text-depending-on-first-any-or-last-page-tp3010076p3017016.html Sent from the iText - General mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Nokia and AT&T present the 2010 Calling All Innovators-North America contest Create new apps & games for the Nokia N8 for consumers in U.S. and Canada $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store http://p.sf.net/sfu/nokia-dev2dev _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Many questions posted to this list can (and will) be answered with a reference to the iText book: http://www.itextpdf.com/book/ Please check the keywords list before you ask for examples: http://itextpdf.com/themes/keywords.php
