Re: [iText-questions] add a image at right bottom in the last page

2006-08-23 Thread max bertolini
Hi Erik, you could try to do something similar of: try { PdfReader reader = new PdfReader("input.pdf"); PdfStamper stamp = new PdfStamper(reader, new FileOutputStream("output.pdf")); PdfContentByte content = stamp.getOverContent(reader.getNumberOfPages

Re: [iText-questions] Help on using external TTF font

2006-08-21 Thread max bertolini
r questions about iText here" Sent: Monday, August 21, 2006 4:53 PM Subject: Re: [iText-questions] Help on using external TTF font > There's a missing endText(). Post a small pdf with the problem. > > Paulo > > - Original Message - > From: "max berto

[iText-questions] Help on using external TTF font

2006-08-19 Thread max bertolini
Hi All,   I need to write on an existing PDF some text. On top and on the bottom of the page I need to write a code using an OCR-A Font.   Creating a new PDF with the code gave with the example all works fine:       try {    PdfWriter.getInstance(document, new FileOutputStream