Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxPDFForm.SaveDataToFile(string) Method

Saves all exportable field values to a file.

#Declaration

Delphi
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