Hello, We have developed an add-in for Internet Explorer that basically takes the current web page, using System.Net.WebClient and saves it to the desktop for further processing. This method has worked well for un-secured web pages, however it does not work well for secured pages, especially those with cookie based security. As an alternative we would like to just Print the current web page (something similar to File->Print, but behind the scenes, and to a printer that we specify in the code). I haven't been able to find a way to accomplish this so if someone has any insight, I would greatly appreciate it. Our Add-in is developed in C#. Thanks, Ryan