Forum Discussion
RyanLowry
7 years agoCommunity Member
Storyline 360 - Generating a PDF Certificate using JavaScript
This example demonstrates how to use the pdfmake JavaScript library to generate PDF certificates in the browser using Storyline 360.
This is a followup to my original post found here. The only cha...
PhilMayor
Super Hero
Also can save some time with:
var D1 = player.GetVar("firstName");
var D2 = player.GetVar("LastName");
No need to define the variables first
KateMackenzie
4 years agoCommunity Member
Hence the tag 'hero'!
Knew someone would be able to whip out a solution in next to no time. Thank you Phil!