[Vuejs]-How to add dynamic content in jsPDF?

0👍

I would recreate the html with jsPDF API such as doc.text() inside of the autoTable didDrawPage hook. You can see the header/footer example https://simonbengtsson.github.io/jsPDF-AutoTable/#header-footer

Leave a comment