save a string with html as image

后端 未结 2 1276
长发绾君心
长发绾君心 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:47

    You can use this project as a source of inspiration for your code.

    http://www.codeproject.com/KB/graphics/IECapture.aspx

    Of course, this is a regular Winform-application

    Or this component:

    http://www.acasystems.com/en/web-thumb-activex/faq-convert-html-to-image-in-asp.net.htm

提交回复
热议问题