toSvg

toSvg(String presPath) function

Converts Presentation to SVG.

Parameters

NameTypeDescription
presPathStringPath of the input presentation

toSvg(String presPath, Convert.GetOutPathCallback getOutPath) function

Converts Presentation to SVG.

Parameters

NameTypeDescription
presPathStringPath of the input presentation
getOutPathConvert.GetOutPathCallbackCallback that returns the SVG output path for each slide in the presentation

toSvg(Presentation pres, Convert.GetOutPathCallback getOutPath) function

Converts Presentation to SVG.

Parameters

NameTypeDescription
presPresentationInput presentation
getOutPathConvert.GetOutPathCallbackCallback that returns the SVG output path for each slide in the presentation

toSvg(Presentation pres, SVGOptions options) function

Converts Presentation to SVG.

Parameters

NameTypeDescription
presPresentationInput presentation
optionsSVGOptionsSVG export options

toSvg(Presentation pres, Convert.GetOutPathCallback getOutPath, SVGOptions options) function

Converts Presentation to SVG.

Parameters

NameTypeDescription
presPresentationInput presentation
getOutPathConvert.GetOutPathCallbackCallback that returns the SVG output path for each slide in the presentation
optionsSVGOptionsSVG export options