AddActionNextImportData

Destinations and actions, Form fields

Description

Appends an ImportData action to an existing action Next chain

Syntax

Delphi

Function TPDFlib.AddActionNextImportData(ActionID: Integer; Const FileName: WideString): Integer;

Parameters

ActionIDExisting action handle
FileNameFDF file name stored in the action file specification

Return values

Returns 1 on success, or 0 if the action, file name, or PDF/A mode is invalid

Remarks

The helper writes a PDF /ImportData action for chained form import workflows

See also

GetActionNextInfo, SetFormFieldImportDataAction, AddLinkToImportData