Hi All,
I need to find a way to automatically print a PDF file from my Windows Application in C#.
Currently I can invoke the following from the command line:
"C:\Program Files\Adobe\Reader 8.0\Reader\AcroRd32.exe" /p /h "C:\Test.pdf"
This will silently print the PDF file but will keep Acrobat Reader open (but minimized) after the printing.
It's critical that I close Acrobat Reader after the printing... Any ideas?
Thanks :)