Forum Discussion

VanessaMiller-5's avatar
VanessaMiller-5
Community Member
3 months ago

Printable Storyline Workbook

Hello Storyline Community!

I'm curious about creating text entry sections in a Storyline project using variables and Javascript to create a PDF compiling all the answers at the end of the course that can be printed/downloaded. All the examples I'm finding are outdated or the links are broken. 

Looking forward to your solutions and ideas!

  • AndrewHanley's avatar
    AndrewHanley
    Community Member

    When I need to do this there is a nice library called CreatePDF.js and its great for dynamic PDF creation using a base64 encoded image as the background, then writing any text in any location required.

    I dont own the library so cannot share it, but Googling it should hopefully give you some documentation and download links.

    Hope that helps!