Jon,
Bruno Lowagie, the author of the Itext Book, gave me another solution. You
can find it here:
http://stackoverflow.com/questions/15414923/rotate-paragraphs-or-cells-some-arbitrary-number-of-degrees-itext
Thank you so much for you help.
Best Regards.
Carlos Bernal
2013/3/14 Carlos Artur
I see Jon,
Thank you very much, it seems like it's just what i need. I'll give it a
try and let you know.
Best regards.
Carlos Bernal.
2013/3/14 Jon Wu
> Hi Carlos,
>
> I just did this and found the info in the list archives. You just have to
> apply a transform which is pretty trivial. I
Hi Carlos,
I just did this and found the info in the list archives. You just have to
apply a transform which is pretty trivial. It sounds like your problem is
that you're using ColumnText.showTextAligned() which "Shows a line of text.
Only the first line is written."
Try something like this inste
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),