write_as_svg method

write_as_svg

Saves the slide content as an SVG file.

def write_as_svg(self, stream):
    ...
ParameterTypeDescription
streamio.RawIOBaseTarget stream

write_as_svg

Saves the slide content as an SVG file.

def write_as_svg(self, stream, svg_options):
    ...
ParameterTypeDescription
streamio.RawIOBaseTarget stream
svg_optionsISVGOptionsSVG generation options

See Also