• Jereme,

         Thanks for the great effort.  I tried your code, and it works.  My problem however is that I'm trying to print an HTML document in .net programmatically!  I've tried a few tutorials, but they all seem to be centered around sending text to the printer. 

    Have you come across examples where html docs can be sent to the printer easily? I'm sure there must be an easy way, but I haven't come across it yet.

    By the way, I tried to read my html as a string, and then use your class to print it, however all I got to print was the actual html code and not the rendered html document.

    Appreciate your help.