max_resolution property

max_resolution property

Sets the maximum resolution in the output PDF file.

Remarks

To allow this option, set the PdfOptimizationOptions.compress_images and PdfOptimizationOptions.max_resolution properties to true.

The default value is 300.

For code example, see this documentation.

Definition:

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

See Also