Hi all,
Do you know if it is possible to get the fields of a dymamic XFA forms?
It seems that I can only get the static ones:

for ( String name : acroFields.getXfa().getTemplateSom().getOrder()) {
        if (name.indexOf("AssociatedBeneficiaryProfile")!=-1) {
        System.out.println(name + " : " +  acroFields.getField(name));
}

Thanks !

                Ricard OLLE

>       SRD.4 - Information Technology
>       European Commission
>       DG Environment / DG Climate Action
>       B-1049 Brussels
>
>       Tel (Direct): +32 229 94283
>       P  Help save paper - do you need to print this email? 
>
>
>
------------------------------------------------------------------------------
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