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