PdfAConverter.Process

PdfAConverter.Process method

Begins a PDF/A conversion or validation process with given options.

public ResultContainer Process(IPluginOptions options)
ParameterTypeDescription
optionsIPluginOptionsAn options object containing instructions for the plugin. Must be an instance of the PdfAConvertOptions or the PdfAValidateOptions class.

Return Value

A ResultContainer object containing the result of the processing.

See Also