Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Make a print screen of a web page and download image

i'm looking for a script that would take a print screen of a web page and download image to clients computer. the point is that its really user friendly, because user doesn't have to push the button (print screen) and paste it to some image editor program. Is this even possible?

thank you very much for your help..

like image 790
Peter Avatar asked Nov 28 '25 08:11

Peter


1 Answers

its not possible with JavaScript to make a screenshot of the actual site. What you could do is useing a service like http://www.thumbalizr.com/ or browsershots or whaterver. But it would not be instant and it would not reflect the actual content the the user has on the screen.

PS: thumbalizr has an API

like image 162
meo Avatar answered Nov 30 '25 21:11

meo