views:

145

answers:

1

Is there a way where I can directly print html file or url without invoking any dialogs in .NET?

+1  A: 

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: http://stackoverflow.com/questions/273675/print-existing-pdf-or-other-files-in-c.

Caleb