ImportFormDataFromXFDF
Form fields
Description
Reads a UTF-8 XFDF file from disk and applies each field value to the matching AcroForm field by full title. The importer accepts nested XFDF field hierarchies, namespace prefixes, CDATA, XML entities, decimal or hexadecimal numeric character references, and <value-richtext> text fallback when a plain <value> is absent
Syntax
Delphi
Function TPDFlib.ImportFormDataFromXFDF(Const XFDFFileName: WideString): Integer;
Parameters
| XFDFFileName | Path to the XFDF file to import |
|---|
Return values
| >= 0 | The number of fields whose value was set |
|---|