标签: php
就像browsershots.org所做的那样,他们可以截取我输入的网址的屏幕截图是否有类似的可用脚本?
答案 0 :(得分:3)
使用wkhtmltopdf及其wkhtmltoimage变体非常容易:
wkhtmltoimage
exec("./wkhtmltoimage http://example.org/ image.png");
请注意,输出文件名必须位于可写位置。