Vue html输出为pdf文件

html输出为pdf文件主要是基于html2canvas和jspdf插件完成

1、安装html2canvas和jspdf包文件

yarn add html2canvas -S

yarn add jspdf -S

2、代码片段




                    
                    

你可能感兴趣的:(vue.js,pdf,前端)