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.StringPdfTextExtractor. getTextFromPage(PdfPage page, ITextExtractionStrategy strategy)Extract text from a specified page using an extraction strategy.static java.lang.StringPdfTextExtractor. 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 classFilteredTextEventListenerA text event listener which filters events on the fly before passing them on to the delegate.classGlyphTextEventListenerThis class expands eachTextRenderInfoforEventType.RENDER_TEXTevent types into multipleTextRenderInfoinstances for each glyph occurred.classLocationTextExtractionStrategyclassSimpleTextExtractionStrategyConstructors in com.itextpdf.kernel.pdf.canvas.parser.listener with parameters of type ITextExtractionStrategy Constructor Description FilteredTextEventListener(ITextExtractionStrategy delegate, IEventFilter... filterSet)Constructs aFilteredTextEventListenerinstance with aITextExtractionStrategydelegate.GlyphTextEventListener(ITextExtractionStrategy delegate)Constructs aGlyphEventListenerinstance by aITextExtractionStrategydelegate 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
-