Uses of Interface
com.itextpdf.text.pdf.parser.ContentOperator
Packages that use ContentOperator
-
Uses of ContentOperator in com.itextpdf.text.pdf.parser
Methods in com.itextpdf.text.pdf.parser that return ContentOperatorModifier and TypeMethodDescriptionPdfContentStreamProcessor.registerContentOperator(String operatorString, ContentOperator operator) Registers a content operator that will be called when the specified operator string is encountered during content processing.Methods in com.itextpdf.text.pdf.parser with parameters of type ContentOperatorModifier and TypeMethodDescriptionPdfContentStreamProcessor.registerContentOperator(String operatorString, ContentOperator operator) Registers a content operator that will be called when the specified operator string is encountered during content processing.Method parameters in com.itextpdf.text.pdf.parser with type arguments of type ContentOperatorModifier and TypeMethodDescriptionstatic StringPdfTextExtractor.getTextFromPage(PdfReader reader, int pageNumber, TextExtractionStrategy strategy, Map<String, ContentOperator> additionalContentOperators) Extract text from a specified page using an extraction strategy.<E extends RenderListener>
EPdfReaderContentParser.processContent(int pageNumber, E renderListener, Map<String, ContentOperator> additionalContentOperators) Processes content from the specified page number using the specified listener.