[iText-questions] PDFTemplate Question

2003-11-13 Thread William S. Hayes
  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.

Re: [iText-questions] PdfTemplate question

2002-12-19 Thread Paulo Soares
- 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

[iText-questions] PdfTemplate question

2002-12-19 Thread Martin Hellat
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