public interface IPageTextExtractor
Provides the functionality to work with document's pages.
Modifier and Type | Method and Description |
---|---|
String |
extractPage(int pageIndex)
Extracts all characters from the page with pageIndex and returns the data as a string.
|
int |
getPageCount()
Gets a total count of the pages.
|
int getPageCount()
Gets a total count of the pages.
String extractPage(int pageIndex)
Extracts all characters from the page with pageIndex and returns the data as a string.
pageIndex
- The index of the page.Copyright © 2018. All rights reserved.