Hello,
First of all I've already ordered the book and I'm just waiting for it (I will receive it probably around January).
In the meantime I'm trying to solve my issue (described in a previous mail) by reading the tutorial and any example I can get my hands on, even getting bits and peaces from the mailing list, but most examples refer to documents created from scratch.
I am sending you 2 sample attachments (both created with Acrobat Designer 7) of what I want to do.
The temp.pdf is the template which I will use to fill in the data. (The name and lastname are acrofields)
The finalOut.pdf is an example of what the final document should look like. (The name and lastname are filled using PdfStamper and Acrofields.setField method, taken from Register.java).
Can you please send me a small code example on how I could create the entire
finalOut.pdf using the iText API.
Thanks in advance
Yannis Iliadis
ps: I am also reading the PDF Reference 1.6 guide to get a better understanding of the file format.