Uses of Interface
com.itextpdf.kernel.pdf.canvas.parser.listener.ITextExtractionStrategy
-
Packages that use ITextExtractionStrategy Package Description com.itextpdf.kernel.pdf.canvas.parser com.itextpdf.kernel.pdf.canvas.parser.listener com.itextpdf.kernel.utils -
-
Uses of ITextExtractionStrategy in com.itextpdf.kernel.pdf.canvas.parser
Methods in com.itextpdf.kernel.pdf.canvas.parser with parameters of type ITextExtractionStrategy Modifier and Type Method Description static java.lang.String
PdfTextExtractor. getTextFromPage(PdfPage page, ITextExtractionStrategy strategy)
Extract text from a specified page using an extraction strategy.static java.lang.String
PdfTextExtractor. getTextFromPage(PdfPage page, ITextExtractionStrategy strategy, java.util.Map<java.lang.String,IContentOperator> additionalContentOperators)
Extract text from a specified page using an extraction strategy. -
Uses of ITextExtractionStrategy in com.itextpdf.kernel.pdf.canvas.parser.listener
Classes in com.itextpdf.kernel.pdf.canvas.parser.listener that implement ITextExtractionStrategy Modifier and Type Class 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 eachTextRenderInfo
forEventType.RENDER_TEXT
event types into multipleTextRenderInfo
instances for each glyph occurred.class
LocationTextExtractionStrategy
class
SimpleTextExtractionStrategy
Constructors in com.itextpdf.kernel.pdf.canvas.parser.listener with parameters of type ITextExtractionStrategy Constructor Description FilteredTextEventListener(ITextExtractionStrategy delegate, IEventFilter... filterSet)
Constructs aFilteredTextEventListener
instance with aITextExtractionStrategy
delegate.GlyphTextEventListener(ITextExtractionStrategy delegate)
Constructs aGlyphEventListener
instance by aITextExtractionStrategy
delegate to which the expanded text events for each glyph occurred will be passed on. -
Uses of ITextExtractionStrategy in com.itextpdf.kernel.utils
Fields in com.itextpdf.kernel.utils with type parameters of type ITextExtractionStrategy Modifier and Type Field Description private java.util.Map<java.lang.Integer,ITextExtractionStrategy>
TaggedPdfReaderTool.MarkedContentEventListener. contentByMcid
-