Package | Description |
---|---|
com.itextpdf.text.pdf.parser |
Modifier and Type | Interface | Description |
---|---|---|
interface |
ExtRenderListener |
Simply extends the
RenderListener interface to provide
additional methods. |
interface |
TextExtractionStrategy |
Defines an interface for
RenderListener s that can return text |
Modifier and Type | Class | Description |
---|---|---|
class |
FilteredRenderListener |
A text render listener that filters text operations before passing them on to a delegate
|
class |
FilteredTextRenderListener |
A text render listener that filters text operations before passing them on to a delegate
|
class |
GlyphRenderListener |
|
class |
GlyphTextRenderListener |
|
class |
LocationTextExtractionStrategy |
Development preview - this class (and all of the parser classes) are still experiencing
heavy development, and are subject to change both behavior and interface.
|
class |
MultiFilteredRenderListener |
|
class |
SimpleTextExtractionStrategy |
A simple text extraction renderer.
|
class |
TextMarginFinder |
Allows you to find the rectangle that contains all the text in a page.
|
Modifier and Type | Method | Description |
---|---|---|
<E extends RenderListener> |
MultiFilteredRenderListener.attachRenderListener(E delegate,
RenderFilter... filterSet) |
Attaches a
RenderListener for the corresponding filter set. |
<E extends RenderListener> |
PdfReaderContentParser.processContent(int pageNumber,
E renderListener) |
Processes content from the specified page number using the specified listener
|
<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.
|
Modifier and Type | Method | Description |
---|---|---|
RenderListener |
PdfContentStreamProcessor.getRenderListener() |
Accessor method for the RenderListener object maintained in this class.
|
Constructor | Description |
---|---|
FilteredRenderListener(RenderListener delegate,
RenderFilter... filters) |
Construction
|
GlyphRenderListener(RenderListener delegate) |
|
PdfContentStreamProcessor(RenderListener renderListener) |
Creates a new PDF Content Stream Processor that will send it's output to the
designated render listener.
|
Copyright © 1998–2018. All rights reserved.