Printing PDF files from command line without Adobe Reader
If you have ever wanted to print a PDF from the command line or application, here is an easy way. We all know Adobe Acrobat Reader is very slow, which makes a poor way to print batch PDF files.
Worry not, the guy’s over at Foxit Software have an PDF reader alternative. Foxit Reader has a FREE version for all operating system’s including portables such as PPC.
Download: Click Here
Now here’s how to print from the command line.
Snippet
Process.Start("Reader.exe", "/p C:\\MyPDFFile.pdf");
Reader.exe /p MyFile.pdf