Printing PDFs from Windows Command Line

后端 未结 11 506
我寻月下人不归
我寻月下人不归 2020-11-30 01:06

I\'m trying to print all pdfs in current dir. When I call this bash script in cmd (singlepdf.sh): \'\"C:\\Program Files (x86)\\Adobe\\Reader 10.0\\Reader

11条回答
  •  萌比男神i
    2020-11-30 01:53

    I had the similar problem with printing multiple PDF files in a row and found only workaround by using 2Printer software. Command line example to print PDF files:

    2Printer.exe -s "C:\In\*.PDF" -prn "HP LasetJet 1100"
    

    It is free for non-commercial use at http://doc2prn.com/

提交回复
热议问题