Automatically print PDF file generated by website
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I have a program which takes the full screen that just allows users access to our website. We have one place where they click a button which generates a PDF file that they need to print. Currently I can open and display the PDF file in the browser window, but since the application is the TopMost window always the print dialog is not visible (this happens when you click the print icon in Acrobat which is embeded into the window). How can I either automatically print the PDF file and not even display it, or make the print window ontop of my form?