Change data on PDF master page with iText
Question: I am using Adobe LiveCycle ES2 to design multipaged and taylor made PDF documents containing interactive forms. We build JAVA web server applications to manipulate these online PDF documents with iText 5.0 API library. By using LiveCycle I created a static XFA form with one master page and some watermark and text fields on the footer. I want to change these on the fly.
I got a strange result. I added some text fields like TextWatermark, TextFieldDate and TextFieldName. The form I have created contains 10 pages so I expected Adobe Reader to present those fields on all the pages. The first page looks OK but my iText solution does not automatically update all other associated pages. What’s wrong?
Read more

