# output_pdf_demo **Repository Path**: lazy-pg/output_pdf_demo ## Basic Information - **Project Name**: output_pdf_demo - **Description**: jsPDF + html2canvas , 网页HTML导出A4格式PDF 处理分页切割问题 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 31 - **Created**: 2023-01-29 - **Last Updated**: 2023-01-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # jsPDF + html2canvas A4分页截断 完美解决方案 详解链接: 掘金: https://juejin.cn/post/7138370283739545613 解决以下问题 1. 导出PDF模糊问题 2. A4分页截断内容的问题 3. 内容上下左右边距问题 ## Project setup ``` yarn install ``` or ``` npm install ``` ### Compiles and hot-reloads for development ``` yarn serve ``` or ``` npm run serve ``` ### Compiles and minifies for production ``` yarn build ``` ### Lints and fixes files ``` yarn lint ``` ### Customize configuration