If you can ask your clients to do a simple, one-time download/install, you have full control of your web server, and you understand MIME and helper apps, here is ONE way:
First, understand how helper apps (like Adobe Reader) are launched by IE and Netscape. They use a specific MIME type which is mapped to a file extension, which is in turn mapped to an application (acrord32 for Adobe Reader). So, when the web server sends a datastream of Content-Type application/pdf, IE will assume it's a PDF file, and will launch acrord32 to display it.
So, if we invent our own MIME specifically for printing (MIME types application/x-????? are meant for this), and it's understood by both our web server and our client PCs, we can do anything with the datastream that we wish.
You are not logged in, either login or create an account to post comments
posted by bitter-girl.com at 1:27 PM on April 22