为了账号安全,请及时绑定邮箱和手机立即绑定

以角度将HTML页面导出为pdf

以角度将HTML页面导出为pdf

LEATH 2022-01-07 09:47:13
导出为并导出 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 回答

?
30秒到达战场

TA贡献1828条经验 获得超6个赞

在 google chrom 中,您可以将视图设置为打印并指定要打印的媒体类型,然后添加与打印类型相关的 css 此 css 仅适用于打印心情使用此答案来检查如何切换到打印心情。


查看完整回答
反对 回复 2022-01-07
?
喵喔喔

TA贡献1735条经验 获得超5个赞

我在 Angular 中使用 pdf 有很多经验。

其中最好的库是https://www.npmjs.com/package/jspdf

示例:https : //rawgit.com/MrRio/jsPDF/master/

文档:https : //rawgit.com/MrRio/jsPDF/master/docs/


查看完整回答
反对 回复 2022-01-07
  • 2 回答
  • 0 关注
  • 194 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信