Aspose::Pdf::Plugins::PdfExtractor::Process method

PdfExtractor::Process method

Starts PdfExtractor processing with the specified parameters.

System::SharedPtr<ResultContainer> Aspose::Pdf::Plugins::PdfExtractor::Process(System::SharedPtr<IPluginOptions> pdfExtractorOptions) override
ParameterTypeDescription
pdfExtractorOptionsSystem::SharedPtr<IPluginOptions>An options object containing instructions for the PdfExtractor.

ReturnValue

A ResultContainer object containing the result of the extraction.

See Also