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 String
PdfTextExtractor.getTextFromPage
(PdfPage page, ITextExtractionStrategy strategy) Extract text from a specified page using an extraction strategy.static String
PdfTextExtractor.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 TypeClassDescriptionclass
A text event listener which filters events on the fly before passing them on to the delegate.class
This class expands eachTextRenderInfo
forEventType.RENDER_TEXT
event types into multipleTextRenderInfo
instances for each glyph occurred.class
class
Constructors in com.itextpdf.kernel.pdf.canvas.parser.listener with parameters of type ITextExtractionStrategyModifierConstructorDescriptionFilteredTextEventListener
(ITextExtractionStrategy delegate, IEventFilter... filterSet) Constructs aFilteredTextEventListener
instance with aITextExtractionStrategy
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 ITextExtractionStrategyModifier and TypeFieldDescriptionprivate Map
<Integer, ITextExtractionStrategy> TaggedPdfReaderTool.MarkedContentEventListener.contentByMcid