Uses of Interface
com.itextpdf.text.pdf.parser.TextExtractionStrategy
Packages that use TextExtractionStrategy
-
Uses of TextExtractionStrategy in com.itextpdf.testutils
Fields in com.itextpdf.testutils with type parameters of type TextExtractionStrategyModifier and TypeFieldDescription(package private) Map
<Integer, TextExtractionStrategy> CompareTool.CmpMarkedContentRenderFilter.tagsByMcid
-
Uses of TextExtractionStrategy in com.itextpdf.text.pdf.parser
Classes in com.itextpdf.text.pdf.parser that implement TextExtractionStrategyModifier and TypeClassDescriptionclass
A text render listener that filters text operations before passing them on to a delegateclass
class
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
A simple text extraction renderer.Fields in com.itextpdf.text.pdf.parser declared as TextExtractionStrategyModifier and TypeFieldDescriptionprivate final TextExtractionStrategy
FilteredTextRenderListener.delegate
The delegate that will receive the text render operation if the filters all passprivate final TextExtractionStrategy
GlyphTextRenderListener.delegate
Methods in com.itextpdf.text.pdf.parser with parameters of type TextExtractionStrategyModifier and TypeMethodDescriptionstatic String
PdfTextExtractor.getTextFromPage
(PdfReader reader, int pageNumber, TextExtractionStrategy strategy) Extract text from a specified page using an extraction strategy.static String
PdfTextExtractor.getTextFromPage
(PdfReader reader, int pageNumber, TextExtractionStrategy strategy, Map<String, ContentOperator> additionalContentOperators) Extract text from a specified page using an extraction strategy.Constructors in com.itextpdf.text.pdf.parser with parameters of type TextExtractionStrategyModifierConstructorDescriptionFilteredTextRenderListener
(TextExtractionStrategy delegate, RenderFilter... filters) Construction