Click here to Skip to main content
15,891,513 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
hi,

i need to display PDF file in Web browser control .

Ex:

webBrowser1.IsScriptEnabled = true;
webBrowser1.Navigate(new Uri("http://178.239.16.28/fzs/sites/default/files/dokumenti-vijesti/sample.pdf", UriKind.Absolute));


But here when i run the code then web browser control is not reading the PDF file. and it is coming as empty screen.

Please suggest us.
Posted
Comments

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

  Print Answers RSS
Top Experts
Last 24hrsThis month


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