Click or drag to resize

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.Forms
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntax
public void ExportData(
	string path
)

Parameters

path  String
The path to an FDF, XFDF or JSON file to which to export the interactive form data.
Exceptions
ExceptionCondition
ArgumentNullExceptionpath is .
ArgumentExceptionIf file extension is not specified or not supported.
Remarks

Following file extensions are supported:

  • Forms Data Format: .fdf
  • XML Forms Data Format: .xfdf
  • JavaScript Object Notation Data Format: .json
See Also