Uses of Class
com.itextpdf.text.pdf.PdfContentParser
Packages that use PdfContentParser
-
Uses of PdfContentParser in com.itextpdf.testutils
Methods in com.itextpdf.testutils with parameters of type PdfContentParserModifier and TypeMethodDescriptionprivate boolean
CompareTool.compareInlineImagesExtended
(PdfContentParser outPs, PdfContentParser cmpPs, PdfDictionary outDict, PdfDictionary cmpDict, CompareTool.ObjectPath currentPath, CompareTool.CompareResult compareResult) -
Uses of PdfContentParser in com.itextpdf.text.pdf.parser
Methods in com.itextpdf.text.pdf.parser with parameters of type PdfContentParserModifier and TypeMethodDescriptionstatic InlineImageInfo
InlineImageUtils.parseInlineImage
(PdfContentParser ps, PdfDictionary colorSpaceDic) Parses an inline image from the provided content parser.private static PdfDictionary
InlineImageUtils.parseInlineImageDictionary
(PdfContentParser ps) Parses the next inline image dictionary from the parser.private static byte[]
InlineImageUtils.parseInlineImageSamples
(PdfDictionary imageDictionary, PdfDictionary colorSpaceDic, PdfContentParser ps) Parses the samples of the image from the underlying content parser, accounting for filters The parser must be positioned immediately after the ID operator that ends the inline image's dictionary.private static byte[]
InlineImageUtils.parseUnfilteredSamples
(PdfDictionary imageDictionary, PdfDictionary colorSpaceDic, PdfContentParser ps) Parses the samples of the image from the underlying content parser, ignoring all filters.