save method
Leave feedback
On this page
Saves a template to a file.
def save(self, file_path):
...
| Parameter | Type | Description |
|---|---|---|
| file_path | System.String | The path to the file. |
Saves a template to a stream.
def save(self, stream):
...
| Parameter | Type | Description |
|---|---|---|
| stream | io.RawIOBase | The output stream. |
- module
groupdocs.parser.templates - class
Template
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.