public class PrintImageLocations
extends org.apache.pdfbox.contentstream.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.contentstream.operator.Operator operator,
List<org.apache.pdfbox.cos.COSBase> operands)
This is used to handle an operation.
|
addOperator, applyTextAdjustment, beginText, endText, getAppearance, getCurrentPage, getGraphicsStackSize, getGraphicsState, getInitialMatrix, getResources, getTextLineMatrix, getTextMatrix, operatorException, processAnnotation, processChildStream, processOperator, processPage, processSoftMask, processTilingPattern, processTilingPattern, processTransparencyGroup, processType3Stream, registerOperatorProcessor, restoreGraphicsStack, restoreGraphicsState, saveGraphicsStack, saveGraphicsState, setLineDashPattern, setTextLineMatrix, setTextMatrix, showAnnotation, showFontGlyph, showForm, showGlyph, showText, showTextString, showTextStrings, showTransparencyGroup, showType3Glyph, transformedPoint, transformWidth, unsupportedOperatorpublic PrintImageLocations()
throws IOException
IOException - If there is an error loading text stripper properties.public static void main(String[] args) throws IOException
args - The command line arguments.IOException - If there is an error parsing the document.protected void processOperator(org.apache.pdfbox.contentstream.operator.Operator operator,
List<org.apache.pdfbox.cos.COSBase> operands)
throws IOException
processOperator in class org.apache.pdfbox.contentstream.PDFStreamEngineoperator - The operation to perform.operands - The list of arguments.IOException - If there is an error processing the operation.Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.