Click here to Skip to main content
15,881,812 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am facing an issue on IE, if Adobe reader was not installed PC or disabled in ADD ons in IE, no PDF could open on browser. I do not want to obligate users to download Adobe Reader to display PDF, I need a solution that could work on Chrome, Firefox and IE without any need of Adobe installation. Any idea ?
Below is my simple code:
HTML
<embed src="..\UserGuide.pdf" width="740" height="500">


What I have tried:

I was searching for some solution and I found PDF.js and it is interesting, but I cannot find a real documentation for it or how it is called and used. Any help would be appreciated
Posted
Updated 12-Dec-16 23:34pm

1 solution

Your only option is to use a pdf to html converter - Google Search[^] at your server.

If the client can't read PDFs, you can't force it to!
 
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