rasterize method

rasterize

Saves the document to a stream as a PDF.

def rasterize(self, output):
    ...
Parameter Type Description
output io.RawIOBase Target stream.

rasterize

Saves the document to a stream as a PDF with page range and compliance options.

def rasterize(self, output, options):
    ...
Parameter Type Description
output io.RawIOBase Target stream.
options RasterizationOptions PDF conversion options.

See Also