Package | Description |
---|---|
com.itextpdf.text.pdf.parser |
Modifier and Type | Method | Description |
---|---|---|
protected static ImageRenderInfo |
ImageRenderInfo.createForEmbeddedImage(GraphicsState gs,
InlineImageInfo inlineImageInfo,
PdfDictionary colorSpaceDictionary,
java.util.Collection<MarkedContentInfo> markedContentInfo) |
Create an ImageRenderInfo object based on inline image data.
|
static ImageRenderInfo |
ImageRenderInfo.createForXObject(GraphicsState gs,
PdfIndirectReference ref,
PdfDictionary colorSpaceDictionary,
java.util.Collection<MarkedContentInfo> markedContentInfo) |
Create an ImageRenderInfo object based on an XObject (this is the most common way of including an image in PDF)
|
void |
XObjectDoHandler.handleXObject(PdfContentStreamProcessor processor,
PdfStream stream,
PdfIndirectReference ref,
java.util.Stack<MarkedContentInfo> markedContentStack) |
Copyright © 1998–2018. All rights reserved.