Hi,
I have created a windows service for printing PDF's through Adobe reader.
The code is as below.
*Process.Start(exe,arg);*
The command which executes from the above will be like below
*C:\Program Files\Adobe\Reader 9.0\Reader\AcroRd32.exe,/h /t "D:\test.pdf" "\\servername\PrinterName" "" ""*
↧