Class FormImporterJsonOptions

FormImporterJsonOptions class

Options for importing form field values from JSON. This class directly implements the required plugin option interfaces and holds a collection of input source pairs (PDF + JSON) and a collection of output targets where the resulting PDFs will be saved.

public sealed class FormImporterJsonOptions : IPluginOptions

Constructors

NameDescription
FormImporterJsonOptions()The default constructor.

Properties

NameDescription
Inputs { get; }Gets the collection of input source pairs (PDF source and corresponding JSON source).
Outputs { get; }Gets the collection of output targets where the resulting PDFs will be saved.

Methods

NameDescription
AddInput(IDataSource, IDataSource)Adds a new pair of input sources – the PDF document and the JSON file.
AddOutput(IDataSource)Adds a new output target.

See Also