on_svg_document_ready method

on_svg_document_ready

Called when SVG document is ready.

Returns

Should return path to saved svg document.

def on_svg_document_ready(self, html_data, suggested_file_name):
    ...
ParameterTypeDescription
html_databytesThe SVG document conent bytes.
suggested_file_namestrSuggested name for the file.

See Also