Printing with IE using command line

Miscellaneous Forums/General Discussion/Printing with IE using command line

.

It's not going to be as trivial as that to print a webpage from IE in an automated matter.

Your best bet is to create a small program that utilizes the WebBrowser control, have it load the page you want (making sure to watch all load events for completion), and then issuing the WebBrowser's print method.