-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Comments
Check your demo web side. |
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. |
I'm on a Mac, so I cannot investigate the problem. I'm happy to help, when you want to create a pull request. |
I'm new at GitHub. Please explain what I do to create a pull request. R |
+1 |
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/ |
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. |
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? |
Any updates on getting the preview to work in IE? |
Sorry…never had a chance to pursue it.
Robert Madsen
Studio Director, SynaptixGames
http://SynaptixGames.com<http://synaptixgames.com/>
760 Horizon Drive, Suite 200, Grand Junction, CO 81506
(970) 281-5805<tel:(970)%20281-5805>
[id:image001.png@01D2936F.047B0630]
From: Shawn Kendrot <notifications@github.com>
Sent: Thursday, March 29, 2018 1:29 PM
To: bpampuch/pdfmake <pdfmake@noreply.github.com>
Cc: Robert Madsen <rmadsen@synaptixgames.com>; Comment <comment@noreply.github.com>
Subject: Re: [bpampuch/pdfmake] internet explorer does not show preview and print. (#173)
Any updates on getting the preview to work in IE?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub<#173 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/ABPys39fwODVxJqfoD3yz175qxQIKAqHks5tjTYQgaJpZM4DTve6>.
|
Problem is in Internet Explorer and is not expected fix by Microsoft, if is IE in clinic death. |
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
The text was updated successfully, but these errors were encountered: