How to show pdf document in windows forms created using c#?
I whant to display pdf documents in windows forms.Is there any controls available for this.
Michael Ani Tuesday, November 22, 2005 6:24 AM
Not sure, but it seems like you could use the WebBrowser control to then host the viewer.
- Erick
H. Erick Ellis Tuesday, November 22, 2005 3:56 PM
The WebBrowser control works - additionally I think there's a PDF Active X control put out by adobe. Try right clicking on your toolbox, "choose items", select the "COM" tab then surf for the appropriate control.
JFo - MSFT Wednesday, November 23, 2005 2:20 AM
Not sure, but it seems like you could use the WebBrowser control to then host the viewer.
- Erick
H. Erick Ellis Tuesday, November 22, 2005 3:56 PM
The WebBrowser control works - additionally I think there's a PDF Active X control put out by adobe. Try right clicking on your toolbox, "choose items", select the "COM" tab then surf for the appropriate control.
JFo - MSFT Wednesday, November 23, 2005 2:20 AM
how to search and highlight words in the pdf document.