Hello,

I need to add text to a PDF file at absolute positions, rotations, and
alignments. The text can have multiple lines.

In theory what i would need to do, is to define a paragraph of some defined
width and height, set the users text, font, font style, alignment(center,
left, right, justify), and finally set the rotation.

For what i've read about Itext, i could create a paragraph set the user
properties, and use a ColumnText Object to set the absolute position, width
and height. However it's not  possibly to set the rotation of anything
bigger than single line.

I cant use table cells either, because the rotation method only allow
degrees that are multiples of 90.

Is there a add a paragraph with some rotation (say 20 degrees) without
having to add the text line by line using the ColumnText.showTextAligned()
method and all math that involves?

Thank you for your help.

-- 
Carlos Bernal
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
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

Reply via email to