I was trying to take screen shot of a web page using JavaScript/jquery.could you please explain me the code steps i need to follow.
thank you
I was trying to take screen shot of a web page using JavaScript/jquery.could you please explain me the code steps i need to follow.
thank you
The html2canvas2 JavaScript utility is suitable to take a screenshot of a webpage. You have to use three JavaScript libraries:
Then call the function capture(), which will give you an HTML5 canvas-based screenshot in new window. It also generates a base64data value of image. It only works in browsers that support HTML5 canvas.