Uses of Interface
com.itextpdf.text.pdf.parser.ContentOperator
-
Packages that use ContentOperator Package Description com.itextpdf.text.pdf.parser -
-
Uses of ContentOperator in com.itextpdf.text.pdf.parser
Methods in com.itextpdf.text.pdf.parser that return ContentOperator Modifier and Type Method Description ContentOperator
PdfContentStreamProcessor. 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 ContentOperator Modifier and Type Method Description ContentOperator
PdfContentStreamProcessor. 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 ContentOperator Modifier and Type Method Description static String
PdfTextExtractor. 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.
-