Eric Lou wrote:
> is there any way to know which page it is located for each fields?
If you're talking about dynamic XFA, the page depends on the content of
the form. Suppose you want to know the page number where an invoice line
is added: this could be on page 1 for an invoice with only few inv
Hi Experts:
i'm trying to do a test for getting general information for each fields from
XFA form like following code:
PdfReader reader = new PdfReader(pdfFile);
XfaForm xfaForm = new XfaForm(reader);
if (xfaForm.isXfaPresent()) {
HashMap templateNodes = xfaForm.getTemplateSom().getName2N