| Modifier and Type | Method and Description |
|---|---|
Image |
Page.getImage(Rect exportRect,
PageImageParams ImageParams)
Export a region of a PDF page to an Image object.
|
Image |
Page.getImage(Rect exportRect,
PageImageParams ImageParams,
java.util.List<SeparationColorSpace> spaces)
Export a region of a PDF page to an Image object.
|
ImageCollection |
Page.getImageSeparations(Rect exportRect,
PageImageParams ImageParams,
java.util.List<SeparationColorSpace> spacesCollection)
Export a region of a PDF page using the specified Separation ColorSpaces to an Image Collection object.
|
ImageCollection |
Page.getImageSeparations(Rect exportRect,
PageImageParams ImageParams,
java.util.List<SeparationColorSpace> spaces,
RenderProgressProc progressProc) |
Image |
Page.getOutputPreviewImage(Rect exportRect,
PageImageParams ImageParams,
java.util.List<SeparationColorSpace> spaces)
Create an Output Preview image used when Soft Proofing a document prior to actual printing.
|
java.awt.image.BufferedImage |
Page.makeBufferedImage(Rect exportRect,
PageImageParams pip)
Export a region of a PDF page to a java.awt.BufferedImage.
|