Re: [iText-questions] Adding text to existing PDF is not working for all PDF documents

2011-07-27 Thread Mathias Weiser
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

[iText-questions] Adding text to existing PDF is not working for all PDF documents

2011-07-27 Thread Mathias Weiser
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