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
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.