Click here to Skip to main content
15,889,034 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi to all,

This is siddiqali ,I need to put PDF file on web and enable it to show content on web,If customer wants to download i must provide i.e option too.Can any one tell me how is it possible
Posted

1 solution

This should embed the pdf file just fine. Users should be able to download the file right from the plugin.
<embed src="/file.pdf" id="file" border="0" autostart="false" loop="false" width="800" height="600">
 
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