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

XFDFFileNamePath to the XFDF file to create

Return values

0No form data is available or the file could not be written
1The XFDF file was written