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)
| Parameter | Type | Description |
|---|---|---|
| pdfSource | IDataSource | Data source that contains the source PDF. |
| jsonSource | IDataSource | Data source that contains the JSON with field values. |
See Also
- interface IDataSource
- class FormImporterJsonOptions
- namespace Aspose.Pdf.LowCode
- assembly Aspose.PDF