ExportFormDataToXFDF
Form fields
Description
Writes terminal AcroForm field names and values to a UTF-8 XFDF file. The output uses the standard XFDF namespace, preserves whitespace, XML-escapes field names and plain values, emits <value-richtext> XHTML for fields with an RV rich text value, and represents hierarchical field names with nested <field> elements
Syntax
Delphi
Function TPDFlib.ExportFormDataToXFDF(Const XFDFFileName: WideString): Integer;
Parameters
| XFDFFileName | Path to the XFDF file to create |
|---|
Return values
| 0 | No form data is available or the file could not be written |
|---|---|
| 1 | The XFDF file was written |