On 29/07/2011 15:02, [email protected] wrote:
Do you know if it is possible to get the fields of a dymamic XFA forms?
Please consult chapter 8 of iText in Action - Second Edition.

If you have the XFA XML, there's a datasets element.
This datasets element is the parent of two subelements:
- data: here you'll find the data that was filled in
- datadescription: this defines the schema for the data

If you want to know the fields that can be filled in, you need to examine the datadescription. It's different, but very similar to an XSD (it also contains some rules, e.g. defining multiplicty).
------------------------------------------------------------------------------
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

iText(R) is a registered trademark of 1T3XT BVBA.
Many questions posted to this list can (and will) be answered with a reference 
to the iText book: http://www.itextpdf.com/book/
Please check the keywords list before you ask for examples: 
http://itextpdf.com/themes/keywords.php

Reply via email to