to_svg method

to_svg

Converts Presentation to SVG.

@staticmethod
def to_svg(pres_path):
    ...
ParameterTypeDescription
pres_pathstrPath of the input presentation

to_svg

Converts Presentation to SVG.

@staticmethod
def to_svg(pres, options):
    ...
ParameterTypeDescription
presPresentationInput presentation
optionsISVGOptionsSVG export options

See Also