Export Data to XML from a PDF File (Facades)

Contents
[ ]

Form class allows you to export data to an XML file from the PDF file using exportXml method. In order to export data to XML, you need to create an object of Form class, open source PDF form using bindPDF mehtod and then call the exportXml method using the OutputStream object. Finally, you can close OutputStream object and dispose Form object. The following code snippet shows you how to export data to XML file.