getElementById('element-to-print'); html2pdf().from(element).outputPdf().then(function(pdf) { //Convert to base 64 const newpdf=btoa(pdf); ...
確定! 回上一頁