| Package | Description |
|---|---|
| com.itextpdf.kernel.pdf.canvas.parser | |
| com.itextpdf.kernel.pdf.canvas.parser.listener |
| Modifier and Type | Method and Description |
|---|---|
static String |
PdfTextExtractor.getTextFromPage(PdfPage page,
ITextExtractionStrategy strategy)
Extract text from a specified page using an extraction strategy.
|
static String |
PdfTextExtractor.getTextFromPage(PdfPage page,
ITextExtractionStrategy strategy,
Map<String,IContentOperator> additionalContentOperators)
Extract text from a specified page using an extraction strategy.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FilteredTextEventListener
A text event listener which filters events on the fly before passing them on to the delegate.
|
class |
GlyphTextEventListener
This class expands each
TextRenderInfo for EventType.RENDER_TEXT event types into
multiple TextRenderInfo instances for each glyph occurred. |
class |
LocationTextExtractionStrategy |
class |
SimpleTextExtractionStrategy |
| Constructor and Description |
|---|
FilteredTextEventListener(ITextExtractionStrategy delegate,
IEventFilter... filterSet)
Constructs a
FilteredTextEventListener instance with a ITextExtractionStrategy delegate. |
GlyphTextEventListener(ITextExtractionStrategy delegate)
Constructs a
GlyphEventListener instance by a ITextExtractionStrategy delegate to which
the expanded text events for each glyph occurred will be passed on. |
Copyright © 1998–2023 Apryse Group NV. All rights reserved.