in reply to Printing a image from a canvas
That is to say, I do something like this:
# Where $can is a Canvas object, # and $psfile is the file to write to ... $can->postscript(-file => $psfile);
I haven't looked at the postscript module personally, but if it allows you to print from a file, then you could use my snippet above, followed by whatever lets you send it to your printer.
|
|---|