Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个 phonegap android 应用程序,我需要根据用户输入生成一个 pdf 文件,所以我选择了 jsPDF 来生成 pdf 文件。注意到该应用程序在 Web 浏览器上测试时运行良好,但是在 android 模拟器上测试时出现以下错误:
未捕获的类型错误:文件中的非法构造函数:///android_asset/www/js/jspdf.js:973
这就是我创建我的pdf文件的方式:。. doc.save('Test.pdf');
有任何想法吗 ?
这可能为时已晚,但您可以在第 963 行劫持 jspdf.js 中的数据变量,然后将其保存为 *.pdf。它会给你PDF文件。但我不认为theres一个真正干净的方式。