Class FormExporter
Info
Represents Documentize.FormExporter plugin. Used to Export Form values of PDF documents to DSV or CSV file.
[Obsolete("Please use PdfExtractor class. The class will be deleted soon.")]
public static class FormExporterInheritance
Inherited Members
- object.GetType(),
- object.MemberwiseClone(),
- object.ToString(),
- object.Equals(object?),
- object.Equals(object?, object?),
- object.ReferenceEquals(object?, object?),
- object.GetHashCode()
Methods
Process(ExtractFormDataToDsvOptions)
Starts the Documentize.FormExporter processing with the specified parameters.
public static ResultContainer Process(ExtractFormDataToDsvOptions options)Parameters
optionsExtractFormDataToDsvOptions: An options object containing instructions for the operation.
Returns
ResultContainer : An object containing the result of the operation.
Exceptions
If options not set.
Namespace: Documentize Assembly: Documentize.dll