printing a pdf file from perl

2011-06-22 Thread Pilcrow
I am using strawberry perl 5.12.1.0 on top of Windows 7, sp1. I have a perl program that produces a pdf file, using PDF::Create, I want to be able, using the same program, to print that file. I know that I can launch Adobe Reader to view the file, using , and then to print it, from Adobe's window

Re: printing a pdf file from perl

2011-06-22 Thread Aldo Calpini
On 22.06.2011 05:11, Pilcrow wrote: I want to print the file from my perl program without launching Adobe Reader. this PerlMonks post could be of help: http://www.perlmonks.org/?node_id=824842 basically, 3 different approaches are mentioned there: 1. use Win32::OLE 2. use system() to invoke

Re: printing a pdf file from perl

2011-06-22 Thread Pilcrow
On Jun 22, 6:18 am, d...@perl.it (Aldo Calpini) wrote: > On 22.06.2011 05:11, Pilcrow wrote: > > > I want to print the file from my perl program without launching Adobe > > Reader. > > this PerlMonks post could be of help: > > http://www.perlmonks.org/?node_id=824842 > > basically, 3 different appr