-
Notifications
You must be signed in to change notification settings - Fork 10.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PDF Files (Docx Type) failing to render in IE11 #8884
Comments
No such version of PDF.js exists (the current one is As it currently stands, this issue is missing too many of the required details to be actionable!
As mentioned in e.g. https://github.com/mozilla/pdf.js/wiki/Frequently-Asked-Questions#faq-support, Finally, if you try to open your PDF file in the demo viewer (by using the "Open file" button on the right-hand side of the toolbar) available at https://mozilla.github.io/pdf.js/web/viewer.html, does that work? |
Hi, Edit: I tried opening the PDF file in demo on https://mozilla.github.io/pdf.js/web/viewer.html and it didn't work showing how this is a real issue for compatibility in IE11 (it also resulted in a blank page). Thanks |
Renders just fine for me, when opening with https://mozilla.github.io/pdf.js/web/viewer.html in IE 11 (on Windows 7).
|
Yeah it doesn't seem to render at all for me and I get this in the console log:
Also would like to add that the version of IE11 I'm running is 11.0.9600.18762CO |
Our company is designing a document viewer/indexing web app that would allow users to view images (pdfs) and input data based on what information is in the image. There is a web service at our company that takes the ID of an image and converts it to PDF for viewing. I'm using this service along with PDFJS to render the images and display them in our custom web app. When a docx file (or xls) file is converted to PDF, it displays fine on chrome. However, when tested on IE11, it fails to render correctly and just shows a blank white page. I tried including compatibility.js to the index.html file but receive an error:
Configuration:
Steps to reproduce the problem:
What is the expected behavior? correctly rendered pdf (like in Chrome)
The text was updated successfully, but these errors were encountered: