Uses of Interface
org.apache.pdfbox.pdmodel.graphics.image.PDImage
Packages that use PDImage
Package
Description
This package contains provides classes for working with content streams.
This package deals with images that are stored in a PDF document.
-
Uses of PDImage in org.apache.pdfbox.contentstream
Methods in org.apache.pdfbox.contentstream with parameters of type PDImage -
Uses of PDImage in org.apache.pdfbox.pdmodel.graphics.image
Classes in org.apache.pdfbox.pdmodel.graphics.image that implement PDImageModifier and TypeClassDescriptionfinal class
An Image XObject.final class
An inline image object which uses a special syntax to express the data for a small image directly within the content stream. -
Uses of PDImage in org.apache.pdfbox.rendering
Methods in org.apache.pdfbox.rendering with parameters of type PDImageModifier and TypeMethodDescriptionvoid
protected int
PageDrawer.getSubsampling
(PDImage pdImage, AffineTransform at) Calculates the subsampling frequency for a given PDImage based on the current transformation and its calculated transform.