将HTML转换为图像

时间:2011-06-14 10:26:35

标签: php html linux image

  

可能重复:
  Convert URL to screenshot (script).
  PHP: How to capture browser window screen with php?

我有一个网址,我想将该网页截图转换为图片。如果我们可以使用php或其他可以与PHP / Linux一起使用的工具来解决这个问题,请告诉我。

2 个答案:

答案 0 :(得分:0)

这不是最佳解决方案,但您可以将HTML页面转换为PDF,然后使用imagemagick将pdf转换为jpeg,使用此命令exec("convert sample.pdf sample.jpeg")。要将HTML转换为pdf,请参阅此问题。

Convert HTML + CSS to PDF with PHP?

答案 1 :(得分:0)

shutter screenshot tool能够做到这一点。

它位于菜单中:File - > New - > Web

可以在同一系统上与Linux和PHP一起使用。请参阅从PHP调用的manpage for commandline options