Click here to Skip to main content
15,885,216 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi Everyone,

I am creating one 64 bit WPF application.It needs to show created PDF in WebBrowser control.
While doing , "WebBrowser.Navigate(new Url("D:\\TestPDF\\MyDocument.pdf"))"; , It opens PDF file in Adobe reader window.
My Need is PDF should be opened inside WebBrowser not in Adobe reader window.
The same application (32 bit) while setting Debug to (x86) works very well.
I have also tried WebBrowser.NavigateToStream and WebBrowser.Source but its not working.

What can be solution for this? I am looking forward for help.

Thanks,
Ashish
Posted
Updated 17-Feb-13 21:50pm
v2

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