Uses of Interface
com.itextpdf.kernel.pdf.canvas.parser.IContentOperator
-
Uses of IContentOperator in com.itextpdf.kernel.pdf.canvas.parser
Modifier and TypeClassDescriptionprotected static class
A handler that implements operator (Q).Modifier and TypeMethodDescriptionPdfCanvasProcessor.registerContentOperator
(String operatorString, IContentOperator operator) Registers a content operator that will be called when the specified operator string is encountered during content processing.Modifier and TypeMethodDescriptionPdfCanvasProcessor.registerContentOperator
(String operatorString, IContentOperator operator) Registers a content operator that will be called when the specified operator string is encountered during content processing.Modifier and TypeMethodDescriptionstatic String
PdfTextExtractor.getTextFromPage
(PdfPage page, ITextExtractionStrategy strategy, Map<String, IContentOperator> additionalContentOperators) Extract text from a specified page using an extraction strategy.IEventListener>
EPdfDocumentContentParser.processContent
(int pageNumber, E renderListener, Map<String, IContentOperator> additionalContentOperators) Processes content from the specified page number using the specified listener.ModifierConstructorDescriptionPdfCanvasProcessor
(IEventListener eventListener, Map<String, IContentOperator> additionalContentOperators) Creates a new PDF Content Stream Processor that will send its output to the designated render listener.