// Function to convert HTML to PDF function converHTMLToPDF() { const { jsPDF } = window.jspdf; var pdf = new jsPDF('p', 'px', [793.706, 1122.52]); var pdfjs ...
If you spend some time stepping through the jsPDF code in the devtools debugger, you should be able to set a breakpoint just before the HTML->PDF rendering and inspect the value of the variable that ...
某些結果已隱藏,因為您可能無法存取這些結果。
顯示無法存取的結果