织梦CMS - 轻松建站从此开始!

欧博ABG官网-欧博官方网址-会员登入

欧博allbetHow To Convert HTML to PDF using JavaScrip

时间:2025-11-26 20:00来源: 作者:admin 点击: 3 次
If all you need is the CDN then simply add it after the </body> <script src="https://cdnjs.cloudflare.com/ajax/libs/html2pdf.js/0.10.1/h

If all you need is the CDN then simply add it after the </body>

<script src="https://cdnjs.cloudflare.com/ajax/libs/html2pdf.js/0.10.1/html2pdf.bundle.min.js" integrity="sha512-GsLlZN/3F2ErC5ifS5QtgpiJtWd43JWSuIgh7mbzZ8zBps+dvLusV+eNQATqgA/HdeKFVgA5v3S/cIrLF7QnIg==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>

function generatePDF() { const element = document.getElementById("pageprint"); document.getElementById("reportbox").style.display = "block"; document.getElementById("reportbox").style.marginTop = "0px"; document.getElementById("pageprint").style.border = "1px solid black"; html2pdf().from(element).save('download.pdf'); } function downloadCode(){ var x = document.getElementById("reportbox"); generatePDF(); setTimeout(function() { window.location=window.location;},3000);} <div> <div>Hello World!!</div> </div> <button type="button">Download HTML</button> <script src="https://cdnjs.cloudflare.com/ajax/libs/html2pdf.js/0.10.1/html2pdf.bundle.min.js" ></script>

However seems a very odd way to ask a user to download a pdf page since the option disappears after the download is attempted, so change of mind does not keep it user visible to try differently on fail.

enter image description here

So for example, I say open the download on current page, I see

enter image description here

but if I say open in PDF Viewer I see

enter image description here

It's much simpler to layout the printable HTML page as text not image, and suggest the user prints or saves exactly as their browser is configured and their desire, best result for all, especially as no libraries are needed. Nor will the page be cluttered by buttons.

enter image description here

(责任编辑:)
------分隔线----------------------------
发表评论
请自觉遵守互联网相关的政策法规,严禁发布色情、暴力、反动的言论。
评价:
表情:
用户名: 验证码:
发布者资料
查看详细资料 发送留言 加为好友 用户等级: 注册时间:2025-11-27 11:11 最后登录:2025-11-27 11:11
栏目列表
推荐内容