dayvidpow wrote: > The problem is when I add text to columnText and then renders it using go(), > it does not render all the text that was added to the column, because the > column got filled up.
And you can ask the ColumnText object if there's still more text. > Is it possible for me to get at the remaining text in the columnText which > was not rendered , insert another new page into the PDF using PdfStamper > and then add the remaining text to a column on the new page? If your ColumnText object says there's still more text, then that's what you should do. > If so how can this be done? As documented in the tutorial and in the book (chapter 7). br, Bruno ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://itext.ugent.be/itext-in-action/
