Hi,
Claudius Teodorescu wrote:
Thank you for this quick answer.
I think I expressed myself in a wrong way.
My intention is to get the XFA, modify it outside PDFBox and set it again
within the PDF file, replacing the original one.
If this is possible, there is an example?
There is some kind of a starting point but AFAIU the code it is only a
placeholder for the code which has to be implemented. Have a look at [1] and you
will see what I'm talking about. If you want to play around with that code, have
another look at [2]. It's an example how to get access to a form and its fields.
Further informations about XFA Forms can be found in chapter 8.6.7 of adobes pdf
1.7 reference manual.
Thank you,
Claudius Teodorescu
BR
Andreas Lehmkühler
[1]
http://svn.apache.org/repos/asf/incubator/pdfbox/trunk/src/main/java/org/apache/pdfbox/pdmodel/interactive/form/PDXFA.java
[2]
http://svn.apache.org/repos/asf/incubator/pdfbox/trunk/src/main/java/org/apache/pdfbox/examples/fdf/PrintFields.java