vue頁面生成pdf並在新標籤內打開

vue頁面生成pdf並在新標籤內打開 1.將頁面html轉換成圖片 npm install --save html2canvas 2.將圖片生成pdf npm install jspdf --save 3.在js中添加htmlToPdf.js 內容爲:javascript import html2Canvas from 'html2canvas' import JsPDF from 'jspdf'
相關文章
相關標籤/搜索