Print a Cert.

Mar 03, 2015

I thought there was a way to print a certificate but can't find a way to do so. Is that available?

 

Thanks,

 

3 Replies
Steve Flowers

A few ways to approach it:

1) Use a JavaScript trigger to print the screen. Downside is this includes any course player framework you have shown.

2) Use a custom Flash piece to print through AS3. Upside is you get a nice print framed up however you want including landscape. You can also save to a JPEG using this method. Downside is this won't work at all in HTML5.

3) Use a custom HTML file attached as a Web Object that grabs variable values from the story file and dynamically generates a printable assembly. This is relatively simple but requires some HTML / CSS and JavaScript chops.

4) Use a JavaScript trigger to dynamically generate a popup window and populate it with layout and graphics. This is a little more complicated but requires less dependencies.

Happy to help if you need an example for a few of these.

This discussion is closed. You can start a new discussion or contact Articulate Support.