Package org.apache.pdfbox.pdmodel.graphics.image
This package deals with images that are stored in a PDF document.
-
Interface Summary Interface Description PDImage An image in a PDF document. -
Class Summary Class Description CCITTFactory Factory for creating a PDImageXObject containing a CCITT Fax compressed TIFF image.JPEGFactory Factory for creating a PDImageXObject containing a JPEG compressed image.JPEGFactory.Dimensions LosslessFactory Factory for creating a PDImageXObject containing a lossless compressed image.LosslessFactory.PredictorEncoder PDImageXObject An Image XObject.PDInlineImage An inline image object which uses a special syntax to express the data for a small image directly within the content stream.PNGConverter This factory tries to encode a PNG given as byte array into a PDImageXObject by directly coping the image data into the PDF streams without decoding/encoding and re-compressing the PNG data.PNGConverter.Chunk Holds the information about a chunksPNGConverter.MultipleInputStream PNGConverter.PNGConverterState Holds all relevant chunks of the PNGSampledImageReader Reads a sampled image from a PDF file.