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.
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", "User");