Greetings all - I am using the showText() method of PdfStamper.getOverContent to write to an existing PDF. I'm having trouble getting the method to recognize a newline, though. I've tried inserting the "\n" escape character into the string, but it just prints it out as a literal. I can easily add the "\n" character with the Chunk object, but for some reason it doesn't want to work with the showText() method.
Any help is much appreciated. Wesley Baker iText 2.1.0 Windows Server 2003 ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.1t3xt.com/docs/book.php
