Package | Description |
---|---|
com.itextpdf.text.pdf.parser |
Modifier and Type | Method | Description |
---|---|---|
ContentOperator |
PdfContentStreamProcessor.registerContentOperator(java.lang.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 | Description |
---|---|---|
ContentOperator |
PdfContentStreamProcessor.registerContentOperator(java.lang.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 | Description |
---|---|---|
static java.lang.String |
PdfTextExtractor.getTextFromPage(PdfReader reader,
int pageNumber,
TextExtractionStrategy strategy,
java.util.Map<java.lang.String,ContentOperator> additionalContentOperators) |
Extract text from a specified page using an extraction strategy.
|
<E extends RenderListener> |
PdfReaderContentParser.processContent(int pageNumber,
E renderListener,
java.util.Map<java.lang.String,ContentOperator> additionalContentOperators) |
Processes content from the specified page number using the specified listener.
|
Copyright © 1998–2018. All rights reserved.