Render HTML to an image

后端 未结 17 2105
栀梦
栀梦 2020-11-22 16:06

Is there a way to render html to image like PNG? I know that it is possible with canvas but I would like to render standard html element like div for example.

17条回答
  •  醉酒成梦
    2020-11-22 16:24

    HtmlToImage.jar will be the simplest way to convert a html into an image

    Converting HTML to image using java

提交回复
热议问题