I'm working on a project that requires to print automatically every time a page loads. The thing is, I need to print to the server printer from the clients browser without any print dialog. Eventually the web based aplication will be used from PDAs.
I've already tried the printer functions but I found them very limited, the reason, the are only printing text and some graphics but the whole document 'javascript:window.print()' style I want.
Is there any component/class/dll/etc out there I should know about?
thanks people.