WebBrowser is an Active X control that can display an HTML document within a form.
Code:
webBrowser1.Navigate(HTMLfile);
and to print it
Code:
webBrowser1.Print();
Due to various reasons ,Active X controls can not be allowed in this project and I am trying to find a replacement without losing too much quality that would get the Job done.

One way is to call Winword to load the file and print it from there but that is one messy way and involves more clicking and I am trying to avoid.

I'd appreciate any positive thoughts or ideas that you you may have .

Cheers