public class PrintImageLocations extends PDFStreamEngine
Constructor and Description |
---|
PrintImageLocations()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args)
This will print the documents data.
|
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, setTextMatrix
public PrintImageLocations() throws IOException
IOException
- If there is an error loading text stripper properties.public static void main(String[] args) throws Exception
args
- The command line arguments.Exception
- If there is an error parsing the document.protected void processOperator(PDFOperator operator, List arguments) throws IOException
processOperator
in class PDFStreamEngine
operator
- The operation to perform.arguments
- The list of arguments.IOException
- If there is an error processing the operation.Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.