Thank you very much for that information!
Unfortunately I get that PDF from another application I can't change, but as
long as I know that the dimensions are a abit weird I can handle that in my
code :-)
Thanks again for your quick and valuable help!
>On 27/07/2011 17:21, 1T3XT BVBA wrote:
>> T
Hi everybody,
I have a problem adding text to an existing PDF document.
The code looks like:
public class PdfTest
{
public static void main(String[] args) throws Exception
{
PdfReader reader = new PdfReader("Empty.pdf");
PdfStamper stamper = new PdfStamper(reader, new
Fil