I am printing a pdf document from a sqr program:
call system using 'c:\program files\adobe\reader 8.0\reader\acrord32.exe /p /h c:\testpdf.pdf' #wstat nowait
The document prints ok, but it keeps acrord32 open. How do I close acrord32?
Thanks
I am printing a pdf document from a sqr program:
call system using 'c:\program files\adobe\reader 8.0\reader\acrord32.exe /p /h c:\testpdf.pdf' #wstat nowait
The document prints ok, but it keeps acrord32 open. How do I close acrord32?
Thanks
'/t' is advertised to terminate reader after print, try that. And if I remember correctly the syntax is as follows...
AcroRd32.exe /t path "printername" "drivername" "portname"