Java com.itextpdf.text.pdf.parser PdfContentStreamProcessor fields, constructors, methods, implement or subclass

Example usage for Java com.itextpdf.text.pdf.parser PdfContentStreamProcessor fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.itextpdf.text.pdf.parser PdfContentStreamProcessor.

The text is from its open source code.

Constructor

PdfContentStreamProcessor(RenderListener renderListener)
Creates a new PDF Content Stream Processor that will send it's output to the designated render listener.

Method

CollectiongetRegisteredOperatorStrings()
GraphicsStategs()
Returns the current graphics state.
voidprocessContent(byte[] contentBytes, PdfDictionary resources)
Processes PDF syntax.
ContentOperatorregisterContentOperator(String operatorString, ContentOperator operator)
Registers a content operator that will be called when the specified operator string is encountered during content processing.
voidreset()
Resets the graphics state stack, matrices and resources.