inboxHub
Login
Signup
x
Login
Signup
Home
Categories
Application
Artificial Intelligence
Database
Digital Marketing
Physiotherapy
Quality Assurance
Web Technology
Home
Convert-html-to-pdf-in-javascript
Convert html to pdf in javascript
document
.getElementById("jsPrintAll")
.addEventListener("click", function download() {
const element = document.getElementById("print");
html2pdf()
.from(element)
.save();
});
Deepak Sharma
Asked 02-06-2024
12
Submit your answer