Package | Description |
---|---|
com.itextpdf.text.pdf.parser |
Modifier and Type | Method | Description |
---|---|---|
static InlineImageInfo |
InlineImageUtils.parseInlineImage(PdfContentParser ps,
PdfDictionary colorSpaceDic) |
Parses an inline image from the provided content 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.
|
protected void |
PdfContentStreamProcessor.handleInlineImage(InlineImageInfo info,
PdfDictionary colorSpaceDic) |
Callback when an inline image is found.
|
Copyright © 1998–2018. All rights reserved.