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
| Parameter | Type | Description |
|---|---|---|
| options | System::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
- Typedef SharedPtr
- Class ResultContainer
- Class IPluginOptions
- Class PdfAConverter
- Namespace Aspose::Pdf::Plugins
- Library Aspose.PDF for C++