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
| Method | Description |
|---|---|
| Dispose() override | Implementation of IDisposable. Actually, it is not necessary for PdfExtractor. |
| Process(System::SharedPtr<IPluginOptions>) override | Starts PdfExtractor processing with the specified parameters. |
Remarks
The TextExtractor object is used to extract text, or ImageExtractor to extract images.
See Also
- Class IPlugin
- Class IDisposable
- Namespace Aspose::Pdf::Plugins
- Library Aspose.PDF for C++