how to print an html file from desktop application using c#.
        Posted  
        
            by Sufian Alali
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Sufian Alali
        
        
        
        Published on 2010-05-25T07:15:32Z
        Indexed on 
            2010/05/25
            7:21 UTC
        
        
        Read the original article
        Hit count: 321
        
c#
I am working on an accounting software using c# . my program will generate reports in html files . so I want to print each file but not opening the file itself. I just want to print it from the program using c# .
© Stack Overflow or respective owner