Package org.jpedal.manipulator
Class DownsampleImages
java.lang.Object
org.jpedal.manipulator.DownsampleImages
- All Implemented Interfaces:
org.jpedal.manipulator.Manipulation
Downsamples images.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDownsampleImages(PdfManipulator pdfManipulator) Downsample all images in the document. -
Method Summary
-
Constructor Details
-
DownsampleImages
Downsample all images in the document.- Parameters:
pdfManipulator- the PdfManipulator instance for the currently loaded document
-