Forum Discussion
Export course to a PDF (with variables)
At the risk of getting too technical - in our courses where we use "pdf-lib" - which is only one at the moment! - having created the pdf filled-out form, we then use another pdf code library to download the file. This library only downloads files...
But to download it we first convert it to a 'blob' and then call the download function.
I'm sure there is another code library that can do something else with a blob like storing it somewhere or emailing it?
Hi John. Thank you so much for your comments, really helpful. I have used your demo and it works really well, I've also used it on iPad and although it includes an extra step (i.e, opens in browser tab) it does work too. This can then be shared via email. Ideally the JS would do all this, but even what i've seen so far would suit I'm sure.
I've done v basic JS using the 'execute' trigger but jspdf and amending JS in exported output isn't something i've done before but I'm keen to know more about. I'll look into js pdf as I have seen it mentioned. It has also opened my eyes to that it may be beneficial for me to work with an E-learning Dev on this particular project. Thank you again!