Christoph Boget wrote:
Does anyone know if it's possible, using PHP, to take HTML (either as an input or from a URL) and generate an image (essentially, create a screenshot) of that HTML/page? I've looked around but was unable to find anything and I'm just not sure if it's that there really is nothing like this out there or if I'm just looking in the wrong places. Any advice/suggestions would be greatly appreciated! thnx, Christoph
only way would be if you had php running on a server with a GUI, a program for grabbing screenshots, and some form of API to control from php (and recieve output)
there is a class for windows on php classes http://www.phpclasses.org/browse/package/4608.html and I'm sure theres a couple of perl scripts for nix boxes on the net you could interface with
regards -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php