wujiayucn的博客angular5中将html导出为pdf 1.安装pdfmake: npm install pdfmake --save 2.在ts文件中导入: import * as pdfMake from 'pdfmake/build/pdfmake'; import * as pdfFonts from 'pdfmake/build/vfs_fonts';...
杨泽熙的博客ngular5中将html导出为pdf1.安装pdfmake:npm install pdfmake --save2.在ts文件中导入:import * as pdfMake from 'pdfmake/build/pdfmake';import * as pdfFonts from 'pdfmake/build/vfs_fonts';3.测试pdfmake:...