Re: [iText-questions] Using Table in a PDF template

2006-07-12 Thread bruno
Mair, Paul wrote: > The text that comes after the table should be moved dynamically with > the length of the table. It is hard to explain, but if you knew more about PDF, you would know that what you ask is impossible. If you are stamping new content on an existing PDF document, you can't 'edit'

[iText-questions] Using Table in a PDF template

2006-07-12 Thread Mair, Paul
Hi, I’m using iText to fill fields of a PDF template (prepared with Acrobat Professional). I’m using the following method:     PdfReader pdf = new PdfReader("c:/PDFTest.pdf");     PdfStamper stp = new PdfStamper(pdf, new F