In any languages, Can I capture a webpage and save it image file? (no install, no activeX)

后端 未结 3 1745
长情又很酷
长情又很酷 2021-01-17 07:53

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 righ

3条回答
  •  没有蜡笔的小新
    2021-01-17 08:22

    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/

提交回复
热议问题