You must change the page size before newPage(). There's always a degree of uncertainty about when a paragraph goes to the next page and that can cause problems even in well written programs. Layout rules are a complex subject and even TEX gets it wrong sometimes.
All the apps I have in production use PdfPTable and ColumnText placed at absolute positions using my (simple) layout rules. The extra effort is not that much and the results are always as expected.
Is there any example code for this anywhere?
I don't understand why page changes need be complex: I need a way of saying "finalise the current page and flush it out, as new settings are on the way". Is there a document.closePage() method anywhere that can be used to close off the old page before setting up a new one?
Regards, Graham --
------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
