pdftools_sdk.pdf2_image.profiles.archive

Classes

Archive()

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,

__init__()[source]
property image_options: ImageOptions

The settings for the output TIFF

Defines the compression algorithm of the TIFF output image.

Supported types are:

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