Render HTML document thumbnail

Viewed 1211

Is it possible to get an image of html document using javascript. I am looking for a javascript function like document.getThumbnail() or window.render() that return a PNG of the html document.

2 Answers
Related