Package | Description |
---|---|
com.itextpdf.text.pdf.parser |
Modifier and Type | Method and Description |
---|---|
ContentOperator |
PdfContentStreamProcessor.registerContentOperator(String operatorString, ContentOperator operator)
Registers a content operator that will be called when the specified operator string is encountered during content processing.
|
Modifier and Type | Method and Description |
---|---|
ContentOperator |
PdfContentStreamProcessor.registerContentOperator(String operatorString, ContentOperator operator)
Registers a content operator that will be called when the specified operator string is encountered during content processing.
|
Modifier and Type | Method and Description |
---|---|
static String |
PdfTextExtractor.getTextFromPage(PdfReader reader, int pageNumber, TextExtractionStrategy strategy, Map<String,ContentOperator> additionalContentOperators)
Extract text from a specified page using an extraction strategy.
|
|
PdfReaderContentParser.processContent(int pageNumber, E renderListener, Map<String,ContentOperator> additionalContentOperators)
Processes content from the specified page number using the specified listener.
|
Copyright © 2016. All rights reserved.