Click here to Skip to main content
15,887,256 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
How to display .pdf file under windows form using c#. I try to display .pdf file in webbrowser control but file open out side the form with default pdf software. So, kindly give proper method or suggetion or any kind of third party library (Free licencing).

What I have tried:

I tried to open pdf file in webbrowser control. But file open out side the application or form.
Posted
Updated 3-Aug-17 2:25am
Comments
Richard MacCutchan 3-Aug-17 8:02am    
Google will find you third party libraries; iTextSharp is one such.
[no name] 3-Aug-17 8:11am    
I think iTextSharp is use to create pdf file.
Thomas Nielsen - getCore 3-Aug-17 8:29am    
wouldn't it work to shell open acrobat reader for the viewing? that would be a very fast solution it will be hard to improve functionality of within a control, i dare imply the valueadding of that effort build a nice viewer seems to be very little or do you have constraints ??
[no name] 3-Aug-17 8:34am    
yes I have constratints to use of acrobat reader and any other paid liabraries.
Sheila Pontes 3-Aug-17 8:38am    
Hi,

Watch this video. It teach you how you open pdf in windows forms.

C# Tutorial - How to Open and Show a PDF file

1 solution

 
Share this answer
 

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