1

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

Marc Vitalis
  • 2,129
  • 4
  • 24
  • 36

1 Answers1

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#.

Community
  • 1
  • 1
Caleb
  • 9,272
  • 38
  • 30