Is there a way where I can directly print html file or url without invoking any dialogs in .NET?
            Asked
            
        
        
            Active
            
        
            Viewed 2,682 times
        
    1 Answers
3
            
            
        Yes. Try this program: http://cutycapt.sourceforge.net/. It will allow you to generate an image (or pdf) of a web page. Once you have that there are a variety of ways to print it. For example: Print existing PDF (or other files) in C#.