Forum Discussion
AnneKathrineSko
3 years agoCommunity Member
Javascript for download of print screen of slide
Hi All!
I have a course where the learner type some text in a text input field and then need a screenshot to share with peers. I have used the new Print-trigger which is great, but I would prefer ...
SamHill
3 years agoSuper Hero
Hi Anne, this is quite a complex thing to achieve using JavaScript. You would need a JavaScript developer to help you do this as it would require the integration of a JavaScript library such as jsPDF (https://artskydj.github.io/jsPDF/docs/jsPDF.html) and then the developer would need to grab the data from Storyline and use the jsPDF library to create the PDF for download.
Just letting you know it is not something that could be undertaken by somebody without JavaScript programming knowledge.