I have thousands of pieces of HTML code that I want to take a screen shot of and save as an image. I'm no programming genius, but I think I can make this happen. I have a dedicated Linux server running Ubuntu with PHP5.
I've found tons of links about this, but no examples. I see talk about different libraries, existing sites, doing it with Windows, and python, but no concrete examples. Here are a few:
http://www.daniweb.com/forums/thread233211.html
http://cn.php.net/manual/en/function.imagegrabwindow.php
http://notan00b.com/2009/09/php-to-create-website-thumbnails/
http://synapticart.net/generate-web-thumbs-php-win-or-linux/
http://www.zubrag.com/forum/index.php?topic=82.0
http://linux.dtbaker.com.au/post/website_screenshot_thumbnail_creator_script.html
http://www.coderholic.com/pywebshot-generate-website-thumbnails-using-python/
http://github.com/coderholic/PyWebShot
http://v02.browsershots.org/trac/wiki/HowToInstallShotServer
Lot's to look through there, I want people to know I search for info on this. Also, hopefully this will help someone when they are looking for information.
Does anyone have something like this up and running? Any tutorials out there, or something that at least lists all the different components that are needed?
Thanks!