I need to print relatively complex layouts to networked/shared printers with Perl and I haven’t had any luck finding modules or examples to help me in the task. Does anyone have any links that could help me out?
I presume that what I want to do will work as Postscript.
update: Ok, I don’t really need help with how to generate PDF or Postscript. I’m sure that’s well documented. What I want to know is, what do I use to send a PDF to a printer in windows from perl.
Ok, I still need to learn postscript or something, but I found that the following works:
Not too complicated. This seems to work better than
opening the printer andprinting to it.