Aspose::Pdf::Plugins::PdfExtractor class

PdfExtractor class

Represents base functionality to extract text, images, and other types of content that may occur on the pages of PDF documents.

class PdfExtractor : public Aspose::Pdf::Plugins::IPlugin,
                     public System::IDisposable

Methods

MethodDescription
Dispose() overrideImplementation of IDisposable. Actually, it is not necessary for PdfExtractor.
Process(System::SharedPtr<IPluginOptions>) overrideStarts PdfExtractor processing with the specified parameters.

Remarks

The TextExtractor object is used to extract text, or ImageExtractor to extract images.

See Also