in reply to Win32::OLE and Acrobat
I use the following code to print PDF through the default printer:
my @cmd = (q("C:\\Program Files\\Adobe\\Reader 9.0\\Reader\\AcroRd32.e +xe"), '/h', '/p', $file ); system( @cmd ) == 0 or warn "$? / $! / $^E";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Win32::OLE and Acrobat
by fujibot (Initiate) on Apr 13, 2010 at 15:54 UTC | |
by rtillian (Initiate) on Apr 22, 2010 at 14:01 UTC |