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
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
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);