Import Data into a PDF File - facades

Import Data from XML into a PDF File (facades)

Form class allows you to import data from an XML file to the PDF file using importXml method. In order to import data from XML, you need to create an object of Form class and then call the importXml method using the FileInputStream object. Finally, you can save the PDF file using save method of the Form class.

Import Data from FDF into a PDF File (facades)

Form class allows you to import data from an FDF file to the PDF file using importFdf method. In order to import data from FDF, you need to create an object of Form class and then call the importFdf method using the FileInputStream object. Finally, you can save the PDF file using save method of the Form class.

Import Data from XFDF into a PDF File (facades)

Form class allows you to import data from an XFDF file to the PDF file using importXfdf method. In order to import data from XFDF, you need to create an object of Form class and then call the importXfdf method using the FileInputStream object. Finally, you can save the PDF file using save method of the Form class.