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