Skip to main content

TdxPDFForm.SaveDataToFile(string) Method

Saves all exportable field values to a file.

Declaration

procedure SaveDataToFile(const AFileName: string);

Parameters

Name Type Description
AFileName string

The absolute or relative path to a destination file. The procedure uses the specified file name extension to identify the target format. Refer to the table below to see the list of supported formats and the corresponding file name extensions.

Remarks

This procedure can save exportable field values in the following formats:

Format File Name Extension Description
FDF fdf or FDF Forms Data Format.
TXT txt or TXT Plain text format.
XFDF xfd or XFD XML Forms Data Format.
XML xml or XML Extensible Markup Language format.
See Also