Mark Hall wrote: > Regarding the PdfPTable and fitsPage problem, ask a separate question so that > the PDF people can answer how that has changed with the latest release.
I didn't respond to the fitsPage question because I didn't understand why somebody would use fitsPage in the context of RTF. As for PDF: you should use ColumnText; add the PdfPTable to a ColumnText object; perform go(true) and ask the column if there is more text. If there is, go to the next page, and add the table on a new page. If there is no more text, this means the table fits. -- This answer is provided by 1T3XT BVBA ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Do you like iText? Buy the iText book: http://www.1t3xt.com/docs/book.php Or leave a tip: https://tipit.to/itexttipjar
