News Feed
Jobs Feed
Sections




News Archive
Sameer Borate's Blog:
Taking screenshots of websites in PHP
June 16, 2011 @ 11:14:41

In a new post Sameer Borate shows you how to take screenshots of websites with PHP (and a little help from the wkhtmltoimage tool).

aking screenshos of websites is not a frequent requirement for developers but can come handy on many occasions. Although there are some nice solutions on the web, a particular one I found very good is wkhtmltoimage. wkhtmltoimage is a simple shell utility which can be used to convert html to images using the webkit rendering engine, and qt.

He includes some brief instructions of how to get the tool installed and how to run it (via the command line first) to grab a screenshot of the bbc.com site. To use it in PHP, he suggests either using it in a shell_exec type of function or by using the snappy wrapper that handles some of the interfacing with wkhtmltoimage for you.

0 comments voice your opinion now!
tutorial wkhtmltoimage library snappy screenshot website


blog comments powered by Disqus

Similar Posts

HowTo Forge: Multisite CVS Drupal Installation on Ubuntu

Lorna Mitchell's Blog: Three Ways to Make a POST Request from PHP

The Bakery: 13 New Tutorials and Articles Posted

DevShed: Improving Exception Throwing when Auto Loading Classes in PHP 5

Procurios Blog: Syntactic Sugar for MySQLi Results using SPL Iterators


Community Events











Don't see your event here?
Let us know!


unittest community zendframework2 opinion code interview conference framework functional series application development release phpunit testing podcast language introduction tool example

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework