save method
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
- module
groupdocs.redaction.integration - class
DocumentFormatInstance
Saves the document to a stream.
def save(self, output):
...
| Parameter | Type | Description |
|---|---|---|
| output | io.RawIOBase | Target stream to save the document |
groupdocs.redaction.integrationDocumentFormatInstance