public class Type3StreamParser extends PDFStreamEngine
Constructor | Description |
---|---|
Type3StreamParser() |
Modifier and Type | Method | Description |
---|---|---|
java.awt.Image |
createImage(COSStream type3Stream) |
This will parse a type3 stream and create an image from it.
|
protected void |
processOperator(PDFOperator operator,
java.util.List arguments) |
This is used to handle an operation.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getColorSpaces, getCurrentPage, getFonts, getGraphicsStack, getGraphicsState, getGraphicsStates, getResources, getTextLineMatrix, getTextMatrix, getTotalCharCnt, getValidCharCnt, getXObjects, inspectFontEncoding, isForceParsing, processEncodedText, processOperator, processStream, processSubStream, processTextPosition, registerOperatorProcessor, resetEngine, setColorSpaces, setFonts, setForceParsing, setGraphicsStack, setGraphicsState, setGraphicsStates, setTextLineMatrix, setTextMatrix
public java.awt.Image createImage(COSStream type3Stream) throws java.io.IOException
type3Stream
- The stream containing the operators to draw the image.java.io.IOException
- If there is an error processing the stream.protected void processOperator(PDFOperator operator, java.util.List arguments) throws java.io.IOException
processOperator
in class PDFStreamEngine
operator
- The operation to perform.arguments
- The list of arguments.java.io.IOException
- If there is an error processing the operation.