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):
...
| Parameter | Type | Description |
|---|---|---|
| html_data | bytes | The SVG document conent bytes. |
| suggested_file_name | str | Suggested name for the file. |