SyntaxFix
Write A Post
Hire A Developer
Questions
this code will help you to open generated pdf in new tab with required title
let pdf = new jsPDF(); pdf.setProperties({ title: "Report" }); pdf.output('dataurlnewwindow');