Search code examples
phpjavascriptimagescreen-grab

Screen Grab with PHP and/or Javascript?


Just wondering if it's possible to screen grab a page you are viewing with a PHP script or javascript? For example, load up a page in an iframe and then save that view as a JPEG?

I'm sure it's possible somehow, but are there any known implementations/libraries that help out?


Solution

  • http://html2canvas.hertzen.com/ might do the trick.