【发布时间】:2017-08-11 12:53:55
【问题描述】:
我需要将动态生成的 html 表格转换为 pdf 格式并且也可以打印出来。我需要它在 angular2 和 Typescript 中完成。
【问题讨论】:
-
看看jsPDF。
-
我已经检查了 JsPDF 它适用于 angular1 而不是 angular2。你能在 plunker 中给我看一些我们可以将 HTML 转换为 pdf 的东西吗?我需要将带有ID的HTML表格转换为pdf并打印出来。
-
它在 Angular 2 中确实有效。当然,您需要为它获取
typings。
标签: angular pdf typescript html-to-pdf