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

后端 未结 7 1456
夕颜
夕颜 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:26

    I don't know the specific tools, but there are some utilities that record / replay clicks. In other words, you could automate the "click" on the print dialog. (I know this is a hack, but when all else fails...)

提交回复
热议问题