how to print an html file from desktop application using c#.
- by Sufian Alali
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# .