Uses of Interface
com.itextpdf.kernel.pdf.canvas.parser.listener.ITextExtractionStrategy
Packages that use ITextExtractionStrategy
Package
Description
-
Uses of ITextExtractionStrategy in com.itextpdf.kernel.pdf.canvas.parser
Methods in com.itextpdf.kernel.pdf.canvas.parser with parameters of type ITextExtractionStrategyModifier and TypeMethodDescriptionstatic StringPdfTextExtractor.getTextFromPage(PdfPage page, ITextExtractionStrategy strategy) Extract text from a specified page using an extraction strategy.static StringPdfTextExtractor.getTextFromPage(PdfPage page, ITextExtractionStrategy strategy, Map<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 ITextExtractionStrategyModifier and TypeClassDescriptionclassA text event listener which filters events on the fly before passing them on to the delegate.classThis class expands eachTextRenderInfoforEventType.RENDER_TEXTevent types into multipleTextRenderInfoinstances for each glyph occurred.classclassConstructors in com.itextpdf.kernel.pdf.canvas.parser.listener with parameters of type ITextExtractionStrategyModifierConstructorDescriptionFilteredTextEventListener(ITextExtractionStrategy delegate, IEventFilter... filterSet) Constructs aFilteredTextEventListenerinstance with aITextExtractionStrategydelegate.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 ITextExtractionStrategyModifier and TypeFieldDescriptionprivate Map<Integer, ITextExtractionStrategy> TaggedPdfReaderTool.MarkedContentEventListener.contentByMcid