PdfInteractiveFormExportData(String) Method |
Exports the interactive form data from the current
PdfInteractiveForm to an FDF, XFDF or JSON file with the specified path.
Namespace: SautinSoft.Pdf.FormsAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntaxpublic void ExportData(
string path
)
Public Sub ExportData (
path As String
)
Parameters
- path String
- The path to an FDF, XFDF or JSON file to which to export the interactive form data.
ExceptionsException | Condition |
---|
ArgumentNullException | path is . |
ArgumentException | If file extension is not specified or not supported. |
RemarksFollowing file extensions are supported:
- Forms Data Format: .fdf
- XML Forms Data Format: .xfdf
- JavaScript Object Notation Data Format: .json
See Also