getElementById("invoice"); // Choose the element and save the PDF for our user. html2pdf() .set({ html2canvas: { scale: 4 } }) .from(element) .save(); }
確定! 回上一頁