Make a web page print screen and upload an image

I am looking for a script that will take a print screen of a web page and upload the image to a client computer. The fact is that it is really convenient for the user, because the user does not need to press a button (print screen) and paste it into some kind of image editing program. Is it possible?

Thank you so much for your help.

+3
source share
2 answers

its impossible with javascript to take a screenshot of the actual site. What you can do is use a service like http://www.thumbalizr.com/ or browsers or whaterver. But this would not be instantaneous, and it would not reflect the actual content that the user has on the screen.

PS: thumbalizr has an API

+4
source

There are several plugins you can consider if you use firefox - for example, Fireshot? Hope this helps

+1
source

Source: https://habr.com/ru/post/1778343/


All Articles