save method

On this page

save

Saves the document to a stream.

def save(self, output):
    ...
Parameter Type Description
output io.RawIOBase Target stream to save the document.

See Also

On this page