Package | Description |
---|---|
com.itextpdf.text.pdf.parser |
Modifier and Type | Method and Description |
---|---|
protected static ImageRenderInfo |
ImageRenderInfo.createForEmbeddedImage(GraphicsState gs,
InlineImageInfo inlineImageInfo,
PdfDictionary colorSpaceDictionary,
Collection<MarkedContentInfo> markedContentInfo)
Create an ImageRenderInfo object based on inline image data.
|
static ImageRenderInfo |
ImageRenderInfo.createForXObject(GraphicsState gs,
PdfIndirectReference ref,
PdfDictionary colorSpaceDictionary,
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,
Stack<MarkedContentInfo> markedContentStack) |
Copyright © 2017. All rights reserved.