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:
ProfileThe 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_optionsis set topdftools_sdk.pdf2_image.tiff_lzw_image_options.TiffLzwImageOptionsthe 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.TiffJpegImageOptionspdftools_sdk.pdf2_image.tiff_lzw_image_options.TiffLzwImageOptionspdftools_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