且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

在Windows窗体上显示pdf?

更新时间:2023-12-06 16:36:52

对此的快速破解是使用WebBrowser控件(假设客户端已安装Adobe Reader)并将其导航到要显示的PDF文件.

A quick hack for this would be to use a WebBrowser control (assuming the client has Adobe Reader installed) and navigate it to the PDF file you want to display.