toSvg
Contents
[
Hide
]toSvg(String presPath) function
Converts Presentation to SVG.
Parameters
Name | Type | Description |
---|---|---|
presPath | String | Path of the input presentation |
toSvg(String presPath, Convert.GetOutPathCallback getOutPath) function
Converts Presentation to SVG.
Parameters
Name | Type | Description |
---|---|---|
presPath | String | Path of the input presentation |
getOutPath | Convert.GetOutPathCallback | Callback that returns the SVG output path for each slide in the presentation |
toSvg(Presentation pres, Convert.GetOutPathCallback getOutPath) function
Converts Presentation to SVG.
Parameters
Name | Type | Description |
---|---|---|
pres | Presentation | Input presentation |
getOutPath | Convert.GetOutPathCallback | Callback that returns the SVG output path for each slide in the presentation |
toSvg(Presentation pres, SVGOptions options) function
Converts Presentation to SVG.
Parameters
Name | Type | Description |
---|---|---|
pres | Presentation | Input presentation |
options | SVGOptions | SVG export options |
toSvg(Presentation pres, Convert.GetOutPathCallback getOutPath, SVGOptions options) function
Converts Presentation to SVG.
Parameters
Name | Type | Description |
---|---|---|
pres | Presentation | Input presentation |
getOutPath | Convert.GetOutPathCallback | Callback that returns the SVG output path for each slide in the presentation |
options | SVGOptions | SVG export options |