pdftools_sdk.pdf2_image.profiles.archive
Classes
|
The profile to convert PDF documents to TIFF images for archiving |
- class pdftools_sdk.pdf2_image.profiles.archive.Archive[source]
Bases:
Profile
The profile to convert PDF documents to TIFF images for archiving
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
pdftools_sdk.pdf2_image.profiles.archive.Archive.image_options
.By default,
pdftools_sdk.pdf2_image.profiles.archive.Archive.image_options
is set topdftools_sdk.pdf2_image.tiff_lzw_image_options.TiffLzwImageOptions
the color space of each image corresponds to the color space of the PDF page
- property image_options: ImageOptions
The settings for the output TIFF
Defines the compression algorithm of the TIFF output image.
Supported types are:
pdftools_sdk.pdf2_image.tiff_jpeg_image_options.TiffJpegImageOptions
pdftools_sdk.pdf2_image.tiff_lzw_image_options.TiffLzwImageOptions
pdftools_sdk.pdf2_image.tiff_flate_image_options.TiffFlateImageOptions
Default is
pdftools_sdk.pdf2_image.tiff_lzw_image_options.TiffLzwImageOptions
- Returns:
pdftools_sdk.pdf2_image.image_options.ImageOptions
- property image_section_mapping: RenderPageAtResolution
The image section mapping
This property defines the resolution of the output images.
Default is 300 DPI.
- Returns:
pdftools_sdk.pdf2_image.render_page_at_resolution.RenderPageAtResolution