resize_images property

resize_images property

Enables setting the maximum resolution in the output PDF file.

Remarks

To allow this option, set the PdfOptimizationOptions.compress_images property to true. This option allows setting the PdfOptimizationOptions.max_resolution property. For code example, see this documentation.

Definition:

@property
def resize_images(self):
    ...
@resize_images.setter
def resize_images(self, value):
    ...

See Also