Uses of Class
com.itextpdf.text.pdf.PdfContentParser
-
Packages that use PdfContentParser Package Description com.itextpdf.testutils com.itextpdf.text.pdf.parser -
-
Uses of PdfContentParser in com.itextpdf.testutils
Methods in com.itextpdf.testutils with parameters of type PdfContentParser Modifier and Type Method Description private 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 PdfContentParser Modifier and Type Method Description static 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.
-