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.
我正在使用 Xcode v4.2、PhoneGap v1.4 和 Mac v10.7.1。我的应用程序运行良好。
如何将当前 HTML 页面导出为 PDF?我想exportToPdf在顶部栏上放置一个按钮。
exportToPdf
我已经尝试过 jspdf,但它在没有 PhoneGap 的浏览器 Firefox 中成功导出页面。 但我需要这个功能与phonegap。
也许使用 XSL-FOP?
http://www.codeproject.com/Articles/37663/PDF-Generation-using-XSLFO-and-FOP
实际上我在数据库中有角色,如 ROLE_USER、ROLE_MAKER、ROLE_CHECKER。现在我通过提及 @PreAutorize(hasRole('ROLE_USER','ROLE_MAKER') 来使用方法级别限制,
在此先感谢维努