public final class InlineImageUtils extends Object
| Modifier and Type | Class | Description |
|---|---|---|
static class |
InlineImageUtils.InlineImageParseException |
Simple class in case users need to differentiate an exception from processing
inline images vs other exceptions
|
| Modifier and Type | Method | Description |
|---|---|---|
static InlineImageInfo |
parseInlineImage(PdfContentParser ps,
PdfDictionary colorSpaceDic) |
Parses an inline image from the provided content parser.
|
public static InlineImageInfo parseInlineImage(PdfContentParser ps, PdfDictionary colorSpaceDic) throws IOException
ps - the content parser to use for reading the image.colorSpaceDic - a color space dictionaryIOException - if anything goes wring with the parsingInlineImageUtils.InlineImageParseException - if parsing of the inline image failed due to issues specific to inline image processingCopyright © 2018. All rights reserved.