In any languages, Can I capture a webpage and save it image file? (no install, no activeX)
I heard it is possible to capture webpages by using PHP(maybe above 6.0) on windows server. I got some sample code and tested. but there are no code to perform rightly. If you know some right ways to capture webpage save it image file on web applications? Please teach me. you could use the browsershots api http://browsershots.org/ with the xml-rpc interface you really could use almost any language to access it. http://api.browsershots.org/xmlrpc/ Though you have asked for a PHP solution, I would like to share yet another solution with Perl. WWW::Mechanize along with LWP::UserAgent and HTML: