Export to HTML (& PDF) #2090
Tsunami014
started this conversation in
Script Engine
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
I thought it would be cool to be able to export to PDF, and through much pain and hard work I managed to do it; by first exporting each frame into HTML and then into PDF afterwards. I figured out how to develop a user extension and so I did;
So to use it (until someone decides to put it in with the rest of this bcos I'm too lazy to make a PR) you put both files into the folder where your excalidraw user scripts are located (like
/excalidraw/downloadsor something I'm pretty sure unless you changed it) and then it shows up as a button.Hope someone finds it useful! May improve upon it at some point! Only took me ~5 or so hours (probably a little more), so hope you like it!
All reactions