Skip to main content

Printing - How to print a PDF directly, without opening it

  • February 15, 2013
  • 0 replies
  • 4 views

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.

Old KB# 2755

0 replies

Be the first to reply!