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
3 years agoCommunity Member
HI - me again - so the trigger to run the weboject is no longer the simple:
window.frames[0].frameElement.contentWindow.createPDF();
As i note in the source file it is a WHOLE lot more complicated than before! (is that because the number of iframes within the file could be >1? )