Skip to content
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

internet explorer does not show preview and print. #173

Closed
oguzAtes opened this issue Jan 17, 2015 · 11 comments
Closed

internet explorer does not show preview and print. #173

oguzAtes opened this issue Jan 17, 2015 · 11 comments

Comments

@oguzAtes
Copy link

internet explorer does not show preview and print. but download is working
but chorme and firefox are working with all option.

Can you check it pls.

Internet explorer version 11.0.9600.17501IS
Update Version:11.0.15
pdfmake

@oguzAtes
Copy link
Author

Check your demo web side.
open function display blank page, print function do nothing.
There is no exception code behind and debuging my project.
Thank you.

@jthoenes jthoenes added the bug label Feb 17, 2015
@robertmadsen
Copy link

I am having the same issue.

pdfMake.createPdf(docDefinition).open

works in FireFox, Chrome and Safari, but not Internet Explorer. In IE, a new window opens, but the document never appears.

@jthoenes
Copy link
Contributor

I'm on a Mac, so I cannot investigate the problem. I'm happy to help, when you want to create a pull request.

@robertmadsen
Copy link

I'm new at GitHub. Please explain what I do to create a pull request. R

@YidingW
Copy link

YidingW commented Feb 25, 2015

+1

@jthoenes
Copy link
Contributor

You essentially create a fork of this repository and develop your bugfix/feature in a branch. Then you submit this code for inclusion by opening a pull request.

Here is a description in more detail: https://help.github.com/articles/using-pull-requests/

@nkyordy
Copy link

nkyordy commented Apr 8, 2016

Internet Explorer doesn't support data URIs for this purpose as listed here. Because of this you won't be able to use .open() in IE.

As you mentioned, .download() is working fine in IE. The solution I used was to write a function similar to this one, and then download the PDF if the check for IE returns true.

@tlk
Copy link

tlk commented Jan 23, 2017

I guess a workaround would be to use pdf.js from Mozilla as mentioned in #519

Any objections on doing this for the playground/demo?

@skendrot
Copy link

Any updates on getting the preview to work in IE?

@robertmadsen
Copy link

robertmadsen commented Apr 5, 2018 via email

@liborm85
Copy link
Collaborator

Problem is in Internet Explorer and is not expected fix by Microsoft, if is IE in clinic death.
In #800 marked as unsupported.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

8 participants