public class Type3StreamParser extends PDFStreamEngine
| Constructor and Description |
|---|
Type3StreamParser() |
| Modifier and Type | Method and Description |
|---|---|
Image |
createImage(COSStream type3Stream)
This will parse a type3 stream and create an image from it.
|
protected void |
processOperator(PDFOperator operator,
List arguments)
This is used to handle an operation.
|
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, setTextMatrixpublic Image createImage(COSStream type3Stream) throws IOException
type3Stream - The stream containing the operators to draw the image.IOException - If there is an error processing the stream.protected void processOperator(PDFOperator operator, List arguments) throws IOException
processOperator in class PDFStreamEngineoperator - The operation to perform.arguments - The list of arguments.IOException - If there is an error processing the operation.Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.