导出为并导出 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 打印片段图像:
30秒到达战场
喵喔喔
相关分类