max_resolution property

max_resolution property

The maximum resolution in the output PDF file.

To enable this option, set the CompressImages and MaxResolution properties to True.

The default value is 300.

Definition:

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

See Also