導出為并導出 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 打印片段圖像:
以角度將HTML頁面導出為pdf
LEATH
2022-01-07 09:47:13