Forum Discussion
Saving Storyline Variables to a PDF
Hi Andrew,
It may be something I'll have to defer to the community on, as now it seems you're referencing the original post as in regards to the:
"Below that where it has links to the "Source and Public files""
That example included a number of Javascript elements which I"m unable to offer support for, but I do see about two months ago another user posted:
I was also unable to get this working until I opened the story.html file and added the following script references alongside the existing user.js and story.js tags.
<script src="https://code.jquery.com/jquery-1.11.3.min.js"></script>
<script src="https://code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
(I have no idea if these are redundant, but I added all of them and presto - it all worked.)
Make sure that you also reference the FileSaver.js, jspdf.js etc. as described in the OP.
I also published without HTML5 as this seems to only work in the flash publish.
I didn't experience any difficulties opening the file Celine linked to earlier or the newest link you shared in your latest post.
- AndrewAmbrose19 years agoCommunity Member
Thanks Alot Ashley! I will try it,
*