I have tried to resize an existing PDFTemplate but have had no
luck. Does anyone have any insight to this.
thanks
I added the following lines to create my custom footer inside of
PdfDocumentfloat w =
(footer.getMiddle()).font().getBaseFont().getWidthPoint(pageNumberMaxChars,(footer.
- Original Message -
From: "Martin Hellat" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, December 19, 2002 11:44
Subject: [iText-questions] PdfTemplate question
> Hi,
> I have trouble with the following code:
>
> tem
Hi,
I have trouble with the following code:
template = cb.createTemplate(200, 200);
template.beginText();
template.setFontAndSize(bf, 12);
template.showText("blah1");
template.showTextAligned(PdfContentByte.ALIGN_CENTER, "blah2", 100, 100, 0);
template.endText();
when i generate my pdf file using