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
4 years agoSuper Hero
Also can save some time with:
var D1 = player.GetVar("firstName");
var D2 = player.GetVar("LastName");
No need to define the variables first
- KateMackenzie4 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! - KateMackenzie4 years agoCommunity Member
Next question then for you super hero - how do you name the file rather than collection of alphabet soup?