12
Is it possible or is there a Html5/javascript/jquery library that allows me to take a print of the window or a div and save automatically without the user’s permission?
I’ve tried to window.print()
but it asks the user’s permission
Obs: i want to save as image not send to printer
There is no perfect way to do this. Try this: http://experiments.hertzen.com/jsfeedback/
– bfavaretto
One solution to this (but only works in Chrome/Opera) is the API
chrome.desktopCapture
– Kazzkiq
@Cool Kazzkiq, another solution, would be very interesting if you post it as an answer and with someone made an example on Jsfiddle
– Silvio Andorinha