Taking website screenshot, server-side, on a Linux rented server, free

前端 未结 5 1686
清歌不尽
清歌不尽 2020-12-14 04:08

Ok so, right now I can\'t really afford to pay for any service. I want to be able to take screenshots using my rented server, which is Linux based, and output them on the sc

5条回答
  •  轮回少年
    2020-12-14 05:08

    http://cutycapt.sourceforge.net/

    CutyCapt is a small cross-platform command-line utility to capture WebKit's rendering of a web page into a variety of vector and bitmap formats, including SVG, PDF, PS, PNG, JPEG, TIFF, GIF, and BMP.

    There is no PHP-api, but you can always use it through PHP's exec functions.

提交回复
热议问题