to_streams method
to_streams(output, save_options)
def to_streams(self, output, save_options: aspose.words.saving.SaveOptions):
...
| Parameter | Type | Description |
|---|---|---|
| output | ||
| save_options | SaveOptions |
to_streams(output, save_format)
def to_streams(self, output, save_format: aspose.words.SaveFormat):
...
| Parameter | Type | Description |
|---|---|---|
| output | ||
| save_format | SaveFormat |
See Also
- module aspose.words.lowcode
- class Processor