Re: [iText-questions] Text Rotation

2006-08-18 Thread Paulo Soares
The easiest way is to put the text in a PdfPCell and set the cell rotation. Paulo - Original Message - From: "Courtney Brian Arnold" <[EMAIL PROTECTED]> To: Sent: Friday, August 18, 2006 9:01 PM Subject: [iText-questions] Text Rotation >I am attempting to create a

[iText-questions] Text Rotation

2006-08-18 Thread Courtney Brian Arnold
I am attempting to create a PDF where the text is rotated to be aligned vertically instead of horizontally. Currently I am unable to see how to rotate the text without creating a chunk and skewing it (skewing it is not a good option, since it also ends up changing the size of the text). Is

RE: [iText-questions] Text rotation in PdfPCell

2006-02-09 Thread Paulo Soares
> -Original Message- > From: Gaet [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 09, 2006 3:15 PM > To: Paulo Soares > Subject: Re: [iText-questions] Text rotation in PdfPCell > > Thanks! > > But, from CVS, that means that I have to compile the sour

RE: [iText-questions] Text rotation in PdfPCell

2006-02-09 Thread Paulo Soares
eforge.net > Subject: Re: [iText-questions] Text rotation in PdfPCell > > Sorry, > > the anwser is here : > http://itextdocs.lowagie.com/tutorial/objects/tables/pdfptable > /index.html#verticaltext > > But it's not always easy to find the information among all &

Re: [iText-questions] Text rotation in PdfPCell

2006-02-09 Thread Gaet
Sorry,   the anwser is here : http://itextdocs.lowagie.com/tutorial/objects/tables/pdfptable/index.html#verticaltext   But it's not always easy to find the information among all the information on iText website but at least it is well documented!   Thanks

[iText-questions] Text rotation in PdfPCell

2006-02-09 Thread Gaet
Hi,   Is it possible to rotate a text of 90° degree in a PdfPCell? if yes, how to?   Thanks

Re: [iText-questions] Text rotation

2003-07-03 Thread Alex Potter
Paolo Thanks! I ended up using the technique illustrated in text_fields.java from your examples.zip - I couldn't get the hang of the rotation/scaling/transformation using the templates, not being a mathematician :) regards Alex --- This SF.

RE: [iText-questions] Text rotation

2003-07-03 Thread Paulo Soares
; Subject: Re: [iText-questions] Text rotation > > Quoting Alex Potter <[EMAIL PROTECTED]>: > > > I have a rquirement to output text to be displayed both normally and > > "upside > > down" in the same document. > > > > So far I've been

Re: [iText-questions] Text rotation

2003-07-02 Thread Bruno
Quoting Alex Potter <[EMAIL PROTECTED]>: > I have a rquirement to output text to be displayed both normally and > "upside > down" in the same document. > > So far I've been unable to find any method to accomplish this. Is it > possible? Any pointers would be much appreciated. Look in the tutoria

[iText-questions] Text rotation

2003-07-02 Thread Alex Potter
I have a rquirement to output text to be displayed both normally and "upside down" in the same document. So far I've been unable to find any method to accomplish this. Is it possible? Any pointers would be much appreciated. Regards Alex ---