I have an ASP.NET Application using Web Forms that I am trying to print a PDF. I currently use DynamicPDF to generate that PDF in a new tab but the Dynamic PDF module that our company has does not deal with printing.
I need to print a two page PDF. The 1st page needs to be for an envelope and then the 2nd page will need to print a regular piece of paper like normal. Anybody have any idea how to set that paper source in code? Ideally I just want to hit print on my web page and the printer knows to print the first page envelope and the 2nd page regular. Having my users change that setting every time they print something is a HUGE draw back. Any ideas or any tools that can accomplish this?
Thanks!!