FormImporterJsonOptions.AddInput

FormImporterJsonOptions.AddInput method

Adds a new pair of input sources – the PDF document and the JSON file.

public void AddInput(IDataSource pdfSource, IDataSource jsonSource)
ParameterTypeDescription
pdfSourceIDataSourceData source that contains the source PDF.
jsonSourceIDataSourceData source that contains the JSON with field values.

See Also