一种非常简单的方法是使用已安装的Adobe Reader或任何其他能够打印的PDF查看器:
Process p = new Process( );p.StartInfo = new ProcessStartInfo( ){ CreateNoWindow = true, Verb = "print", FileName = path //put the correct path here};p.Start( );另一种方法是使用第三方组件,例如PDFView4NET

一种非常简单的方法是使用已安装的Adobe Reader或任何其他能够打印的PDF查看器:
Process p = new Process( );p.StartInfo = new ProcessStartInfo( ){ CreateNoWindow = true, Verb = "print", FileName = path //put the correct path here};p.Start( );另一种方法是使用第三方组件,例如PDFView4NET