Op 8/02/2011 12:12, Yuri Sarzi schreef: > Another little questio: how do i can write vertically or rotate my text?
There is a difference between "write vertically" and "rotating text." In Chinese and Japanese, text can be written from top to bottom, instead of from left to right. For instance: V E R T I C A L This can be achieved using the class VerticalText. Rotating text is different. You just write "VERTICAL" and you rotate it, for instance 90 degrees. If you use showTextAligned(), you can pass the angle as a parameter. If the text needs to be distributed over different lines, you're better of with PdfPTable. ------------------------------------------------------------------------------ The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint memory and threading errors before they happen. Find and fix more than 250 security defects in the development cycle. Locate bottlenecks in serial and parallel code that limit performance. http://p.sf.net/sfu/intel-dev2devfeb _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions 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
