to_svg method
to_svg
Converts Presentation to SVG.
@staticmethod
def to_svg(pres_path):
...
| Parameter | Type | Description |
|---|---|---|
| pres_path | str | Path of the input presentation |
to_svg
Converts Presentation to SVG.
@staticmethod
def to_svg(pres, options):
...
| Parameter | Type | Description |
|---|---|---|
| pres | Presentation | Input presentation |
| options | ISVGOptions | SVG export options |
See Also
- class
Convert - class
ISVGOptions - class
Presentation - module
aspose.slides.lowcode - library
Aspose.Slides