Skip to main content
Participating Frequently
April 10, 2018
Question

Save page as PDF

  • April 10, 2018
  • 1 reply
  • 236 views

I would like a learner to save a page in captivate  as a pdf is this possible?

(there is the  print widget but this is flash only)  

saw this website so wondered if we can us JS on a button in cappy?

https://codepen.io/AshikNesin/pen/KzgeYX

 

Thanks

 

MM

    This topic has been closed for replies.

    1 reply

    David Burnham HBA
    Inspiring
    April 10, 2018

    This may be a simpler way to meet your needs.

    The same way that the swf print widget takes you to the printer window where the learner would specify the printer "Adobe pdf", you could  use the javascript "window.print();". It would do the same thing in html5, "specify print the window in the browser" and the user would select Adobe pdf in the printer selection.