How to Display Word & PDF documents In HTML
Use Following Code ....
<div class='embed-responsive' style='padding-bottom:150%'>
<embed src="./file/1.docx" mimmetype = "applications/vnd.ms-word" > </embed>
</div>
- Use Embed tag to display your Documents in HTML Page .
./file/1.docx is the File location of My Docx file(Word Documents File)
Now if you done Above code .
- You Need to Install Google Docs Offline Extension in Google Chrome Browser
Then You can easily Display Your Word Or Pdf ( Even any other MS Office Files)
Thanks You...
No comments:
Post a Comment