closing an instance of acrobat reader from command line
问题 I am using the following cmd to print the pdf: acroRD32.exe /t "file1.pdf" "printerName" Everything works fine but one window pops up. Can anybody help me to disable it. I tried with various options included in this question but cannot succeed. Any help is appreciated. 回答1: Why even use Acrobat at all? This class that print silently for you without any executables or even a printer setup: Sample Usage: bool isPrinted = BatchPrint.PrintBinaryFile("file path", "Printer IP Address", "Queue Name"