converter HTML to PDF with JavaScript
converts any webpage or element into a printable PDF entirely client-side using html2canvas and jsPDF. When submitting an issue, please provide reproducible code that highlights the issue, preferably by creating a fork of this template jsFiddle (which has html2pdf.js already loaded). Remember that html2pdf.js uses html2canvas and jsPDF as dependencies, so it’s a good idea to check each of…