一個在瀏覽器端將html 轉為pdf 的js 插件 jsPDF


<!DOCTYPE html>
<html>
<head>
    <title>test</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <script src="https://code.jquery.com/jquery-git.js"></script>
    
    <script src="https://cdnjs.cloudflare.com/ajax/libs/html2canvas/0.4.1/html2canvas.js"></script>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/jspdf/1.0.272/jspdf.debug.js"></script>
    
</head>

    
<body>
    <p class="pdf-wrapper" ="to-pdf">HTML content...<h1>中文</h1>
        中國,漢字,測試:合同 模版 中國中國中國中國中國中國中國中國中
國中國中國中國中國中國中國中國中國中國中國中國中國中國中國中國中國中國中
國中國中國中國中國中國中國中國中國中國中國中國中國中國中國中國中國中國中國中國中國
</br>
中國中國中國中國中國中國中國中國中國中國中國中國中國中國中國中國中國中國中國中國中國中國中
國中國中國中國中國中國中國中國中國中國中國中國中國中國中國中國....................
<br/> 中國,漢字,測試:合同 模版 ...................<br/> 計費 接口 ....................<br/> <img src='Icon-60@2x.png'/> </p> <script type="text/javascript"> var pdf = new jsPDF('p','pt','a4'); pdf.internal.scaleFactor = 1; var options = { pagesplit: true }; //$('.pdf-wrapper') pdf.addHTML(document.body,options,function() { pdf.save('web1111.pdf'); }); </script> </body> </html>

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM