public class Archive extends Profile
This profile is suitable for archiving PDF documents as rasterized images.
The output format is TIFF and cannot be changed.
Several compression types are configurable through
getImageOptions()
.
By default,
getImageOptions()
is set to
pdftools.pdf2image.TiffLzwImageOptions
Constructor | Description |
---|---|
Archive() |
Modifier and Type | Method | Description |
---|---|---|
ImageOptions |
getImageOptions() |
The settings for the output TIFF (Getter)
|
RenderPageAtResolution |
getImageSectionMapping() |
The image section mapping (Getter)
|
void |
setImageOptions(ImageOptions value) |
The settings for the output TIFF (Setter)
|
equals, hashCode
getClass, notify, notifyAll, toString, wait, wait, wait
getContentOptions
public ImageOptions getImageOptions()
Defines the compression algorithm of the TIFF output image.
Supported types are:
public void setImageOptions(ImageOptions value)
Defines the compression algorithm of the TIFF output image.
Supported types are:
java.lang.IllegalArgumentException
- The given object has the wrong type.java.lang.IllegalArgumentException
- if value
is null
public RenderPageAtResolution getImageSectionMapping()
This property defines the resolution of the output images.
Default: 300 DPI.