I have created a simple html-based web-page consisting of a form and some text, plus a canvas. I would like to print the page including the canvas on a piece of paper, the problem is – the canvas will not show in the print-out. Is it something I have missed in how to handle the canvas?
I am currently using Opera, any knowledge whether other browsers handle this better?
I have created a simple html-based web-page consisting of a form and some text,
Share
what you need to do in this case is, have a special print view, where the canvas gets replaced by an image file, which then can be printed out easily.
have a look here: Capture HTML Canvas as gif/jpg/png/pdf?