I am working on a HTML5 project.I have a container (div) and some shapes (canvases) drawn on container. How can I print the whole document(div + canvas) ?
Asked
Active
Viewed 819 times
2
-
Possible duplicate: http://stackoverflow.com/questions/5217377/print-out-of-a-html5-canvas – jtheman Oct 22 '12 at 06:45
-
1It explains that how to get a canvas data (using dataUrl). But not how to get all body element in printing page. – Shanky_Richer Oct 22 '12 at 08:51