Aspose::Pdf::Plugins::PdfAConverter::Process method

PdfAConverter::Process method

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

System::SharedPtr<ResultContainer> Aspose::Pdf::Plugins::PdfAConverter::Process(System::SharedPtr<IPluginOptions> options) override
ParameterTypeDescription
optionsSystem::SharedPtr<IPluginOptions>An options object containing instructions for the plugin. Must be an instance of the PdfAConvertOptions or the PdfAValidateOptions class.

ReturnValue

A ResultContainer object containing the result of the processing.

See Also