public class PrintImageLocations
extends org.apache.pdfbox.util.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(org.apache.pdfbox.util.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 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(org.apache.pdfbox.util.PDFOperator operator,
List arguments)
throws IOException
processOperator in class org.apache.pdfbox.util.PDFStreamEngineoperator - The operation to perform.arguments - The list of arguments.IOException - If there is an error processing the operation.Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.