Re: [iText-questions] rotating ColumnText

2008-07-31 Thread Bil Corry
1T3XT info wrote on 7/31/2008 3:00 AM: > Bil Corry wrote: >> Any ideas where I'm going wrong? I'm using iText v1.4.1 (old, I know). > > Your code looks OK on first sight, but to be sure, > it would be better if you provide a small standalone > example that reproduces the problem. > > Here you c

Re: [iText-questions] rotating ColumnText

2008-07-31 Thread 1T3XT info
Bil Corry wrote: > I'm trying to rotate a ColumnText object by wrapping it in an Image; my code > looks like: > > > fRotate = 30.0; > fLeft = 100.0; > fTop = 630.0; > PdfTemplate template = > pdfwriter.getDirectContent().createTemplate(fWidth, fHeight); > col = new

[iText-questions] rotating ColumnText

2008-07-30 Thread Bil Corry
I'm trying to rotate a ColumnText object by wrapping it in an Image; my code looks like: fRotate = 30.0; fLeft = 100.0; fTop = 630.0; PdfTemplate template = pdfwriter.getDirectContent().createTemplate(fWidth, fHeight); col = new ColumnText(template);