Click here to Skip to main content
15,891,033 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to displaying pdf files in web page in 3 tier architecture?
Posted
Comments
Srinivas Kalabarigi 23-Aug-13 5:23am    
DO you want to download the entire file or page by page in webpage?

If you want download option and print option you can use only ssrs reports in web pages.
.....
That will be simple and easy way to get result.
It will support multiple formats also.
 
Share this answer
 
Have you tried Google Doc Viewer? It's very simple to use and free! Add a markup code like the following in your webpage:

HTML
<iframe src="http://docs.google.com/gview?url=http://infolab.stanford.edu/pub/papers/google.pdf&embedded=true" style="width:600px; height:500px;" frameborder="0"></iframe>


Then you just need to set up your own document file to the "url" query string param and that's it!
 
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