Convert webpage to image using javascript

Possible duplicate:
Using HTML5 / Canvas / Javascript to create screenshots

I have 1 webpage in which I get some data from db as a table. I want this page to be saved as an image so that I can send this image to the user. Can someone help me?

+1
source share
4 answers

javascript in a web browser for security reasons is not able to do something low, for example, take a screenshot of user screens. You can take a picture with something like selenium

+1
source

Marwan . javascript. , pic, . , , .

+1

, HTML 2 Canvas, DOM . , canvas, HTML5.

+1

JS, , .

0

All Articles