org.pdfbox.pdmodel.font
Class Type3StreamParser
public class Type3StreamParser
This class will handle creating an image for a type 3 glyph.
getColorSpaces, getCurrentPage, getFonts, getGraphicsStack, getGraphicsState, getGraphicsStates, getResources, getTextLineMatrix, getTextMatrix, getXObjects, processOperator, processOperator, processStream, processSubStream, registerOperatorProcessor, resetEngine, setColorSpaces, setFonts, setGraphicsStack, setGraphicsState, setGraphicsStates, setTextLineMatrix, setTextMatrix, showCharacter, showString |
createImage
public Image createImage(COSStream type3Stream)
throws IOException This will parse a type3 stream and create an image from it.
type3Stream - The stream containing the operators to draw the image.
- The image that was created.
processOperator
protected void processOperator(PDFOperator operator,
List arguments)
throws IOException This is used to handle an operation.
- processOperator in interface PDFStreamEngine
operator - The operation to perform.arguments - The list of arguments.