How do I print an HTML document from a web service?

后端 未结 7 1452
夕颜
夕颜 2020-12-13 22:46

I want to print HTML from a C# web service. The web browser control is overkill, and does not function well in a service environment, nor does it function well on a system

7条回答
  •  不知归路
    2020-12-13 23:50

    I know that Visual Studio itself (at least in 2003 version) references the IE dll directly to render the "Design View".

    It may be worth looking into that.

    Otherwise, I can't think of anything beyond the Web Browser control.

提交回复
热议问题