Problem:
How to print a PDF directly, without open it?
Resolution:
http://support.adobe.com/devsup/devsup.nsf/docs/52080.htm
The following command line prints test.pdf on a network printer
AcroRd32.exe /t "C:\\test.pdf" "\\\\servername\\printername" "AdobePS Tektronix Phaser 840" "123.45.678.910"
The following command line without drivername and portname works, too.
AcroRd32.exe /t "C:\\test.pdf" \\\\servername\\printername
This prompt command line can be used with C$SYSTEM to print PDF files without open them.
