Open and print PDF from command line
I am looking for a way to print PDF files from a command line with Adobe Acrobat Reader DC. Previously I was able to do it using the following command with a Powershell script {Start-Process "AcroRd32.exe" {/t pdf_filename.pdf "printer_name"}} but it appears that with latest update to Acrobat Reader DC the AcroRd32.exe file is no longer included. Anyone know a way to do this with Acrobat Reader DC?
