rasterize method

rasterize

Converts all content pages into images.

def rasterize(self, horizontal_resolution, vertical_resolution, image_format):
    ...
Parameter Type Description
horizontal_resolution int Horizontal image resolution.
vertical_resolution int Vertical image resolution.
image_format PdfImageConversionFormat Image format.

See Also