Replies: 1 comment
-
|
That's not going to work. There's no built-in way to do this. SVG is generated by the browser so you would need to "open" the browser and simulate mouse clicks and so on. Doable with the AutoIt PowerShell module, but far from fun. You could use https://github.com/KevinMarquette/PSGraph to generate images, and attach that. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hey,
is there any way to automatically save the diagrams as SVG when generating the HTML file? The necessary links are unfortunately dynamically generated, so you can't script this after the HTML is already created. Or is it possible to directly send out the Diagramms as Email?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions