How to specify a printer?
I have a coldfusion application that's used by a collection of users who are all using the same type of label printer.
One thing the app does is use cfdocument to generate a pdf sized for this label printer. It also generates a series of forms that are printed on a regular printer - these vary, and are the default printer on each client's machine.
Here's what I need to know - when the label is generated, they press the print button and the print dialogue opens, how can I make the label printer (not the default printer) the printer that's selected? So all users have to do is click "print" --> "ok" and the page prints, without needing to choose a printer.
Like I said, I know the exact printer all my users are using.
I know this can be done as one of my users sent me screen capture of another web app doing this. I didn't catch which scripting language they were using but will try to find out.
So, obviously this is possible with some combination of web scripting / javascript / vbscript / something. Can anyone offer ANY ideas? I don't even mind if it's a browser-specific solution in this case.
Thanks much,
Joe
