public class GetImageLocationsAndSize
extends org.apache.pdfbox.contentstream.PDFStreamEngine
Modifier and Type | Field and Description |
---|---|
protected List<com.frojasg1.libpdf.api.ImageWrapper> |
_result |
Constructor and Description |
---|
GetImageLocationsAndSize() |
Modifier and Type | Method and Description |
---|---|
void |
GetImageLocationsAndSize() |
List<com.frojasg1.libpdf.api.ImageWrapper> |
getImages() |
protected int |
getPageHeight() |
static void |
main(String[] args) |
protected void |
processOperator(org.apache.pdfbox.contentstream.operator.Operator operator,
List<org.apache.pdfbox.cos.COSBase> operands) |
addOperator, applyTextAdjustment, beginMarkedContentSequence, beginText, decreaseLevel, endMarkedContentSequence, endText, getAppearance, getCurrentPage, getGraphicsStackSize, getGraphicsState, getInitialMatrix, getLevel, getResources, getTextLineMatrix, getTextMatrix, increaseLevel, 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, unsupportedOperator
protected List<com.frojasg1.libpdf.api.ImageWrapper> _result
public void GetImageLocationsAndSize() throws IOException
IOException
public static void main(String[] args) throws IOException
IOException
- If there is an error parsing the document.public List<com.frojasg1.libpdf.api.ImageWrapper> getImages()
protected int getPageHeight()
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.PDFStreamEngine
operator
- The operation to perform.operands
- The list of arguments.IOException
- If there is an error processing the operation.Copyright © 2020 Fran Rojas. All rights reserved.