本文實例講述了html">JS實現的將html轉為pdf功能。分享給大家供大家參考,具體如下:
<!DOCTYPE html><html><head> <title>jsPDF插件</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='http://m.survivalescaperooms.com/images/logo.gif'/> </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>
運行效果:
希望本文所述對大家JavaScript程序設計有所幫助。
新聞熱點
疑難解答