Dino Fancellu wrote:

I can have several tables (this is what I do now to achieve this).
That's the right way to do it.

I just want to know if there is nice code to achieve a "newPage()" within a
table,

There is no reason to support newPage() inside class PdfPTable.

 e.g. something that creates a new row with cells having enough height to
fill the page to the bottom, so that my next cells added after that appear at
the top of the new page.
Have you looked at method setExtendLastRow?
Maybe that's what you're looking for.
http://itextdocs.lowagie.com/docs/com/lowagie/text/pdf/PdfPTable.html#setExtendLastRow(boolean)
br,
Bruno


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to