Firstly, I'm using DroidText (http://code.google.com/p/droidtext/) the
Android port of iText 2.17.

I have mixed pagesize documents in my App. starting off with a rotated
(landscape) page and occasionally switching to portrait for one page before
switching back again. Every page has a header and a footer.

    Document document = new Document();
    document.setPageSize(PageSize.A4.rotate());

            HeaderFooter footer = new HeaderFooter(new
Phrase(10,footerText),false);
            footer.setAlignment(Element.ALIGN_CENTER);
            document.setFooter(footer);
------------------------------------------------------------------------------
LogMeIn Central: Instant, anywhere, Remote PC access and management.
Stay in control, update software, and manage PCs from one command center
Diagnose problems and improve visibility into emerging IT issues
Automate, monitor and manage. Do more in less time with Central
http://p.sf.net/sfu/logmein12331_d2d
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

iText(R) is a registered trademark of 1T3XT BVBA.
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

Reply via email to