XML import on repeating subform

Hi,

Does this library support importing XML data into an AcroForms PDF with repeating subforms (such that repeating nodes in the XML file will be duplicated in the final PDF).

For example if you have a form that is showing master and detail data (like an invoice with multiple products and prices), with the detail data in a repeating subform, will the XML import properly duplicate the subform and import all of the product fields on multiple lines?

Thanks.

Hi,

Aspose.Pdf.Kit supports not only simple forms but also invoices with master/detail relationship. In order to fill a form using an XML or FDF file, you need to use Aspose.Pdf.Kit.Form class. Regarding master/detail invoice form, you need to have a template pdf document with the structure of the invoice and then you can bind the values from the data files i.e. XML, FDF, or XFDF.

Following links can help you better understand the functionality:

1. Import and Export into XML

http://www.aspose.com/documentation/file-format-components/aspose.pdf.kit-for-.net-and-java/import-and-export-into-xml.html

2. Import and Export into FDF

http://www.aspose.com/documentation/file-format-components/aspose.pdf.kit-for-.net-and-java/import-and-export-into-fdf.html

3. Import and Export into XFDF

http://www.aspose.com/documentation/file-format-components/aspose.pdf.kit-for-.net-and-java/import-and-export-into-xfdf.html

I hope this helps. If you have any further issues or queries please do let us know.

Regards,

Dear Benjamin,

Thanks for considering out products. I think you and Mr. Hoang are colleagues. This feature cannot be supported by Aspose.Pdf.Kit. Please refer to another thread: http://www.aspose.com/community/forums/159418/xml-import/showthread.aspx#159418.

Best regards.