save method
save
Saves the output file to the given path.
def save(self, path, output_file):
...
| Parameter | Type | Description |
|---|---|---|
| path | str | Path to save the file to. |
| output_file | IOutputFile | Output file. |
Examples
Saving into the System.IO.FileStream implementation example:
See Also
- class
IOutputFile - class
IOutputSaver - module
aspose.slides.export.web - library
Aspose.Slides