如何在C#中打开PDF文件 [英] How to Open a PDF File in C#

查看:90
本文介绍了如何在C#中打开PDF文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述





我的网络应用程序中有一个pdf文件如何在c#中打开它。

Hi,

I have a pdf file in my web application how to open it in c#.

推荐答案

在C#

System.Diagnostics.Process.Start(路径);



在托管C ++中

System :: Diagnostics :: Process :: Start(path);
in C#
System.Diagnostics.Process.Start(path);

in managed C++
System::Diagnostics::Process::Start(path);


试试这个讨论

http://forums.asp.net/t/1219837。 aspx [ ^ ]
Try this discussion
http://forums.asp.net/t/1219837.aspx[^]


嗨哥们



此链接将帮助您....



< a href =http://www.c-sharpcorner.com/uploadfile/hirendra_singh/how-to-show-pdf-file-in-C-Sharp/> http://www.c-sharpcorner.com/ uploadfile / hirendra_singh / how-to-show-pdf-file-in-C-Sharp / [ ^ ]



乐意提供帮助
Hi buddy

this link will help you....

http://www.c-sharpcorner.com/uploadfile/hirendra_singh/how-to-show-pdf-file-in-C-Sharp/[^]

happy to help


这篇关于如何在C#中打开PDF文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆