简体   繁体   中英

jsPDF plugin not working upto ie9

I'm using the jsPDF plugin to convert a html page into a pdf file. It's working fine in all the browsers except some versions of IE.

Up to IE 10, it's not working and in IE11 it's working. Is it possible to make it compatible with IE9 and IE10?

jsPDF是一个html5解决方案,其页面统计为ie9及以下版本有一个懒惰的Flash填充程序,但“当前版本未启用IE6-9填充程序”,因此您只需要获取一个启用了该功能的版本

I have the same issue with Internet Explorer 11. You have to use the latest stable release https://github.com/MrRio/jsPDF/releases/tag/v1.0.272

All the examples of PDF generation supplied in the ZIP worked with IE 11.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM