|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.itextpdf.text.pdf.parser.InlineImageUtils
public final class InlineImageUtils
Utility methods to help with processing of inline images
Nested Class Summary | |
---|---|
static class |
InlineImageUtils.InlineImageParseException
Simple class in case users need to differentiate an exception from processing inline images vs other exceptions |
Method Summary | |
---|---|
static InlineImageInfo |
parseInlineImage(PdfContentParser ps,
PdfDictionary colorSpaceDic)
Parses an inline image from the provided content parser. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static InlineImageInfo parseInlineImage(PdfContentParser ps, PdfDictionary colorSpaceDic) throws java.io.IOException
ps
- the content parser to use for reading the image.colorSpaceDic
- a color space dictionary
java.io.IOException
- if anything goes wring with the parsing
InlineImageUtils.InlineImageParseException
- if parsing of the inline image failed due to issues specific to inline image processing
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |