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...
KateMackenzie
Community Member
so it needs the quote marks rahter than this
pdfMake.createPdf(docDefinition).download('Capability 5');
}
KateMackenzie
4 years agoCommunity Member
you are 100% correct!
THank you!