Re: [iText-questions] Rotating a pargraph an absolute number of degrees

2013-03-15 Thread Carlos Arturo Bernal Carvajal
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

Re: [iText-questions] Rotating a pargraph an absolute number of degrees

2013-03-14 Thread Carlos Arturo Bernal Carvajal
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

Re: [iText-questions] Rotating a pargraph an absolute number of degrees

2013-03-14 Thread 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. 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

[iText-questions] Rotating a pargraph an absolute number of degrees

2013-03-14 Thread Carlos Arturo Bernal Carvajal
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),