public class PrintImageLocations extends PDFStreamEngine
Constructor and Description |
---|
PrintImageLocations()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args)
This will print the documents data.
|
protected void |
processOperator(PDFOperator operator,
java.util.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 java.io.IOException
java.io.IOException
- If there is an error loading text stripper properties.public static void main(java.lang.String[] args) throws java.lang.Exception
args
- The command line arguments.java.lang.Exception
- If there is an error parsing the document.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.