public interface IPdfTypeExtractor extends IDocumentTextExtractor, IDocumentPageTextExtractor, com.aspose.ms.System.IDisposable
Represents interface to interacting with extractor.
| Modifier and Type | Method and Description |
|---|---|
void |
dispose()
Dispose object
|
String[] |
extractAllText()
Extracts text from the document
|
String |
extractPageText(int pageNumber)
Extracts text from the page
|
int |
getPageCount()
Gets count of pages in the document.
|
String |
getVersion()
For Internal usage only
|
boolean |
isFastExtractionUsed()
Returns TRUE if the fast extraction was used
|
String[] extractAllText()
extractAllText in interface IDocumentTextExtractorString extractPageText(int pageNumber)
extractPageText in interface IDocumentPageTextExtractorpageNumber - 1-based number of the pageint getPageCount()
getPageCount in interface IDocumentPageTextExtractorvoid dispose()
dispose in interface com.aspose.ms.System.IDisposableString getVersion()
boolean isFastExtractionUsed()
Copyright © 2016 Aspose. All Rights Reserved.