摘要: 1、下载插件 npm install html2canvas jspdf 2、utils目录下新建 htmlToPdf.js // 导出页面为PDF格式 import html2Canvas from 'html2canvas' import JsPDF from 'jspdf' export de 阅读全文
posted @ 2020-11-30 21:00 吴小明- 阅读(2138) 评论(0) 推荐(0) 编辑
摘要: 首先引入两个js文件: FileSaver.js: /* * FileSaver.js * A saveAs() FileSaver implementation. * * By Eli Grey, http://eligrey.com * * License : https://github.co 阅读全文
posted @ 2020-11-30 20:18 吴小明- 阅读(1886) 评论(0) 推荐(0) 编辑