Click here to Skip to main content
15,881,687 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I have a pdf file in my web application how to open it in c#.
Posted
Comments
Valery Possoz 23-Feb-13 5:02am    
What do you mean? what do you want to do? display it, change it? can you clarify?

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

in managed C++
System::Diagnostics::Process::Start(path);
 
Share this answer
 
 
Share this answer
 
 
Share this answer
 
Comments
[no name] 23-Feb-13 6:09am    
Good Going.
Shubh Agrahari 23-Feb-13 6:17am    
thanks onurag19....
fjdiewornncalwe 23-Feb-13 11:16am    
My 1. Your link is specifically for Windows Forms, but the OP has asked for web.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900