[ACCEPTED]-How to display PDF or Word's DOC/DOCX inside WinForms window?-ms-word

Accepted answer
Score: 19

I wrote something that can do this for Word 3 Documents by taking advantage of the WebBrowser 2 control for WinForms. Hopefully it might 1 do you some good:

http://codinglight.blogspot.com/2008/10/simple-docbrowser-control.html

Score: 1

Consider using the preview handlers for 4 Vista, Windows 7. I used the code provided 3 by Brad Smith (with corrections from the 2 comments).

http://www.brad-smith.info/blog/archives/79 - Hosting Preview Handlers in 1 Windows Forms Applications

Score: 0

An often suggested solution is to use a 5 webbrowser component inside the form that 4 views the PDF: MSDN

Another approach is to use 3 an ActiveX Control included with the Adobe 2 Acrobat Reader but therefore you need a 1 license from Adobe.

Score: 0

You can use Preview Handlers. There is a 3 WPF Article over at CodeProject, which should be dead 2 easy to translate to WinForms if you need 1 it.

More Related questions