Click a button then print PDF file without opening the acrobat reader. How to do that in VB.net 2013?
The code below works, but it opens acrobat reader first then print.
Dim proc As Process = Process.Start("AcroRd32.exe", _
String.Format("/N /T {0} ""{1}""", _
"C:\Path\to\201402124_label.pdf", "Brother QL-700")