Possible Duplicate:
Take a screenshot of a webpage with javascript?
Website screenshots using PHP
I need get a screenshot image by php without have to do manually. In this php I would like write a screen parameters to customize my screenshot image.
Possible Duplicate:
Take a screenshot of a webpage with javascript?
Website screenshots using PHP
I need get a screenshot image by php without have to do manually. In this php I would like write a screen parameters to customize my screenshot image.
PHP is a server side language, so making a screen shot off your client machine needs an other technology.
Look at the GD library of PHP to invest the possibilities of image and PHP
If you can call a binary from your PHP script you can use WkHTML. It handle both PDF and image conversion pretty well. I am using it to render fragments (like tables) but it works with a whole page. It can even wait for AJAX loads and other Javascript sturr. http://code.google.com/p/wkhtmltopdf/ is the link.