QuietRiot wrote: > > There's a ton of stuff out there on page numbers but I can't seem to get > anything to work. > > How would I get page numbers after I append a bunch of readers > > ByteArrayOutputStream buffermain = new ByteArrayOutputStream(); > PdfCopyFields copy = new PdfCopyFields(buffermain);
PdfCopyFields doesn't allow adding content, so you need to add the page numbers in a second pass using PdfStamper. -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info ------------------------------------------------------------------------------ This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.itextpdf.com/book/ Check the site with examples before you ask questions: http://www.1t3xt.info/examples/ You can also search the keywords list: http://1t3xt.info/tutorials/keywords/
