Re: [iText-questions] page information for each field in XFA form

2009-07-19 Thread 1T3XT info
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

[iText-questions] page information for each field in XFA form

2009-07-15 Thread Eric Lou
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