print-webpage

Print an Envelope from a website?

I'm wanting to print a standard sized envelope from a webpage using c#. Does anyone know how to do something like this? I would load the data from the system for the address and pass it. I just need the basic steps for doing so. ...

Can I Open a New Browser Window Minimised with Print Dialog Already Open?

I understand I can call window.print() when the page loads to load the print dialog, but can I force the window to be minimised from the point that it's opened and the print dialog is generated? Ideally it would be minimised until the user maximises it. Thanks ...