Is it possible to print an image (send it to a users printer) that is not on the current page?
I have an application which uploads an image to a server, then a js function which currently opens the image alone in a new window, where I am then printing the image from. However instead of this, I would prefer the user stay on their current page, and have the print dialogue pop up there, rather than sending them to a new window with just an image.
Any help or advice is much appreciated.