I'm using a CMS to create an ID-badge system. It takes the user's picture and creates a whole fancy image (PNG, if it makes any difference) around it, sized to print out on this nifty badge printer I have sitting next to me.
Right now I save the image to my computer, then open it in an image program and print it. But that seems a bit clunky.
I'd like to make it so that the admins can just click a button (like "Print badge") and it will print the image to the badge printer. However, any time I try to print something from inside a browser it tries to put on a header/footer with time/URL/etc, and that obviously doesn't work with the whole badge thing.
Is there any way to make a link that will cause the image to be opened in a separate program*? Or a way to get the browser to not print out all the extra crap along with the image?
*There is only one badge printer and one computer that will talk to it, so it is ok to say "This will only work if you have XYZ installed".
Thanks!