ImportFormDataFromFDF
Form fields
Description
Reads an FDF file from disk and applies each /Fields entry value to the matching AcroForm field by title. Use ImportFormDataFromFDFString when the FDF bytes are already in memory
Syntax
Delphi
Function TPDFlib.ImportFormDataFromFDF(Const FDFFileName: WideString): Integer;
Parameters
| FDFFileName | Path to the FDF file to import |
|---|
Return values
| >= 0 | The number of fields whose value was set |
|---|