how to display pdf or other documents in html
hi,
I want to display PDF or other documents in the html page.i have tried embed,iframe and object tags it works in chrome but in IE 11 it is not displaying it pops out the message to download the document.actually my requirement is users should view the document content but shouldn't able to download it.any suggestions or help would be appreciated.Thanks in advance.
Vincent Maverick DuranoPosted Sep 4, 2018, 5:19 PM
Mohamed AbedallahPosted Sep 6, 2018, 10:04 AM
If you want to show other document formats such as (DOC, DOCX, XLS, etc,…) you may want to use a library that supports common document formats like LEADTOOLS.
The following online link shows how it works:
https://demo.leadtools.com/JavaScript/DocumentViewer/index.html
Note that you will need a service to be able to handle the different document types.
The following JavaScript code loads a PDF document file at the client side. You can use similar code with other document types: