Package | Description |
---|---|
com.itextpdf.text.pdf.parser |
Modifier and Type | Interface and Description |
---|---|
interface |
TextExtractionStrategy
Defines an interface for
RenderListener s that can return text |
Modifier and Type | Class and 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 and 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
|
Constructor and 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 © 2014. All rights reserved.