I have a web app developed which needs to do silent printing on various platforms. For Windows, I was thinking to set up a WinForms project, wrap the web app with WebBrowser control.
My question is, how can I interact between the pages displayed in the WebBrowser control and the native WinForms C# code to print.
I need to be able to select which printer to use and it needs to be 'silent', that is, no additional pop-ups.
If there are better (or other) ways of doing it, please let me know too.
Any thoughts, or code samples would be great, thanks.