Hi,
On Wed, 12 Sep 2007 13:38:31 -0400 "Brian Daddino" <[EMAIL PROTECTED]> wrote: > I must be missing something then. The text in my template does not > wrap to the next line if it is too long. It simply cuts off at the > end of the template. Also, I must not be using the rotation > correctly. > [...] > template.showText(text); You should use the high-level text output functions here (e.g. use a ColumnText which itself paints on the template). Lowlevel text output doesn't break at conceptual things like "end of line". -hwh ------------------------------------------------------------------------- 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/
