save a string with html as image

后端 未结 2 1311
长发绾君心
长发绾君心 2021-01-24 02:12

I have a string with whole html from web page. I want to save this string as image with all html rules. At the end to have image from webpage. How can I solve it with c# and asp

2条回答
  •  攒了一身酷
    2021-01-24 02:29

    You can convert a HTML file to a PDF by using the following component:

    http://code.google.com/p/wkhtmltopdf/

    Then use ghostscript to convert the PDF to an image.

提交回复
热议问题