save method
save
Saves a template to a file.
def save(self, file_path):
...
| Parameter | Type | Description |
|---|---|---|
| file_path | System.String | The path to the file. |
save
Saves a template to a stream.
def save(self, stream):
...
| Parameter | Type | Description |
|---|---|---|
| stream | io.RawIOBase | The output stream. |
See Also
- module
groupdocs.parser.templates - class
Template