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); 
        copy.addDocument(reader1);
        copy.addDocument(reader6);
        copy.addDocument(reader7);
        copy.addDocument(reader2);
        copy.addDocument(reader8);
        copy.addDocument(reader3);
        copy.addDocument(reader9);
        copy.addDocument(reader4);
        copy.addDocument(reader10);
        copy.addDocument(reader5);
        copy.close();

-- 
View this message in context: 
http://itext-general.2136553.n4.nabble.com/adding-page-numbers-after-appending-tp2281458p2281458.html
Sent from the iText - General mailing list archive at Nabble.com.

------------------------------------------------------------------------------
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/

Reply via email to