Op 15/02/2012 18:35, marlborino schreef: > Into the layer I can insert the text only through the method > ColumnText.showTextAligned() (am I wrong?) Yes. If you want the text to wrap, you shouldn't use the static methods of ColumnText. You should create a ColumnText object, add content and then use go(). You also need to keep track of the Y positions. With ColumnText you can control the layout completely.
------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions iText(R) is a registered trademark of 1T3XT BVBA. Many questions posted to this list can (and will) be answered with a reference to the iText book: http://www.itextpdf.com/book/ Please check the keywords list before you ask for examples: http://itextpdf.com/themes/keywords.php
