extractXFAData

Extract XFA form data.
extractXFAData([out, retval] BSTR *data)
This function extracts the raw XFA (XML Forms Architecture) form data from the PDF file.

If there is no XFA form this function returns an empty string.

VB:
xfa = pdf.extractXFAData()