Re: [iText-questions] rotating text problem

2008-07-14 Thread Bruno Lowagie
Bruno Lowagie wrote: > Now I can reproduce the problem, and apparently it's caused > by the setNoWrap(true); I'll need more time to find out what > is going wrong. It's fixed in the SVN repository. http://itext.svn.sourceforge.net/viewvc/itext/trunk/src/core/com/lowagie/text/pdf/PdfPRow.java br, B

Re: [iText-questions] rotating text problem

2008-07-14 Thread Bruno Lowagie
Michele Croci wrote: > Bruno, > > thx for the reply. I have modified your example adding setNoWrap(true) > to all the cells. For the one with rotation=180°, the text is not showed. > You find the modified class and the result PDF file as attachment. Now I can reproduce the problem, and apparentl

Re: [iText-questions] rotating text problem

2008-07-14 Thread Michele Croci
Bruno, thx for the reply. I have modified your example adding setNoWrap(true) to all the cells. For the one with rotation=180°, the text is not showed. You find the modified class and the result PDF file as attachment. Maybe I'm conceptually wrong and the result PDF is correct, in this case I exc

Re: [iText-questions] rotating text problem

2008-07-11 Thread Bruno Lowagie
Michele Croci wrote: > Hi all, > > first of all thx for this great library! > > I have to rotate text in a table. All works very good for 90° and 270°. > For 180° if the alignment == CENTER ok, otherwise the text is not > displayed in the PDF! > > I simply do the following;: > cell.setRotation(

[iText-questions] rotating text problem

2008-07-11 Thread Michele Croci
Hi all, first of all thx for this great library! I have to rotate text in a table. All works very good for 90° and 270°. For 180° if the alignment == CENTER ok, otherwise the text is not displayed in the PDF! I simply do the following;: cell.setRotation(180) I have searched in the mailing list

[iText-questions] Rotating text using itextXML tags

2003-09-09 Thread Robert Badaracco
I'm loving the xml parsing cabability. I've studied the itext.dtd and was wondering if it's possible to rotate text, i.e., set text from horizontal to vertical. Thanks, Bob __ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sit

Re: [iText-questions] rotating text

2002-03-29 Thread Bruno Lowagie
Quoting package track <[EMAIL PROTECTED]>: > Sorry this may be a repost. I don't think my first made it. > > I'm trying to rotate text. > > To rotate 90 degress I use setTextMatrix(0, 1, -1, 0, x , y) > > How do I rotate 180, 270 It's just simple high school algebra. I did 1 query on go

[iText-questions] rotating text

2002-03-28 Thread package track
Sorry this may be a repost. I don't think my first made it. I'm trying to rotate text. To rotate 90 degress I use setTextMatrix(0, 1, -1, 0, x , y) How do I rotate 180, 270 Thanks in advance. Ps . I read the tutorial but still couldn't figure it out. Thanks again ___