eKoopmans / html2pdf.js

Client-side HTML-to-PDF rendering using pure JS.
MIT License
4.18k stars 1.39k forks source link

In IE 11 high chart export to pdf not working #92

Open jpsiet opened 6 years ago

jpsiet commented 6 years ago

In IE 11 high chart export not working,I am using angular 4, getting below error.

1608ms html2canvas: Failed loading image #4 [object Object] Error: html2canvas.svg.js is not loaded, cannot render svg.

But for chrome it is working perfectly fine.

eKoopmans commented 6 years ago

Hi @jpsiet, sorry for the long delay.

I've just updated html2pdf to use the latest version of html2canvas (as well as many other changes with v0.9.0), please try the latest bundled dist and see if it solves your issue. Thanks!

sethmking commented 6 years ago

I just downloaded the latest bundled dist and am getting the same results in IE that @jpsiet described minus the html2canvas error. I have v0.9.0.

BTW, thank you for building this plugin. It definitely made my day.