导出为并导出 pdf,导出的 pdf 文档不正确,它没有拉伸插入的全红色标记以供参考,附加图像。下面是我的配置: exportAsConfig: ExportAsConfig = { type: 'pdf', // the type you want to download //elementId: 'balance-sheet-preview', // the id of html/table element elementId: 'contentToConvert', // the id of html/table element options: { // html-docx-js document options margins: { top: '20', bottom: '5' }, orientation: 'landscape', filename: 'engagement.pdf', image: { type: 'jpeg', quality: 1 }, } }调用函数:export(){this.exportAsService.save(this.exportAsConfig, 'engagementLetter').subscribe(() => { // save started });}对此的任何解决方案Html 打印片段图像:
2 回答
喵喔喔
TA贡献1735条经验 获得超5个赞
我在 Angular 中使用 pdf 有很多经验。
其中最好的库是https://www.npmjs.com/package/jspdf
示例:https : //rawgit.com/MrRio/jsPDF/master/
文档:https : //rawgit.com/MrRio/jsPDF/master/docs/
添加回答
举报
0/150
提交
取消