resize_images property
Leave feedback
On this page
The property enables setting the maximum resolution in the output PDF file.
To allow this option, set the PdfOptimizationOptions.compress_images property to True. This option allows setting the PdfOptimizationOptions.max_resolution property.
@property
def resize_images(self):
...
@resize_images.setter
def resize_images(self, value):
...
- class
PdfOptimizationOptions
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.