PHP : Creating image from html table

前端 未结 4 1272
一向
一向 2020-12-18 17:48

Can I get some sample code in PHP for converting an html table to image form(.gif,.jpg or any format)? I am using XAMPP on Windows.
Yes, the table is coming from the da

4条回答
  •  执笔经年
    2020-12-18 18:12

    As DrFuture mentions, using php only is probably not the best way to go to convert a table into an image. I modified http://www.zubrag.com/scripts/website-thumbnail-generator.php to get it to convert my html into an image (put the html on another webpage and pass that url to the script). I would suggest going with the 'screenshot' route instead of GDI and other drawing tools.

提交回复
热议问题