pdftools_sdk.pdf2_image.png_image_options
Classes
The settings for PNG output images |
- class pdftools_sdk.pdf2_image.png_image_options.PngImageOptions[source]
Bases:
ImageOptions
The settings for PNG output images
For the output file name, it is recommended to use the file extension “.png”.
- property background: BackgroundType
Combine a background with the image
This property allows a choice of which background to combine with the image.
Default is
pdftools_sdk.pdf2_image.background_type.BackgroundType.WHITE
- Returns:
pdftools_sdk.pdf2_image.background_type.BackgroundType
- property color_space: PngColorSpace
The color space of the output image
Get or set the color space.
Default is
pdftools_sdk.pdf2_image.png_color_space.PngColorSpace.RGB
- Returns:
pdftools_sdk.pdf2_image.png_color_space.PngColorSpace