I am developing a website that will be batch printing. What I want is that I can pass a website URL to a function and for that function to print the webpage "silently". By silently, I mean that there are no print dialogs and all settings are set in code. I require the function to set different printers and page orientations.
So far I'm having no luck. The WebBrowser is inadequate for my requirements - I can't set the printer or page orientation. I can't find any other solution that will do what I want.
I am not against using a third party component but I can't find any that match what I want to do. Any ideas, suggestions or pointers would be wonderful.