kempsteven / vue-html2pdf

vue-html2pdf converts any vue component or element into PDF, vue-html2pdf is basically a vue wrapper only and uses html2pdf.js behind the scenes.
https://www.npmjs.com/package/vue-html2pdf
MIT License
440 stars 74 forks source link

Fix: html2pdf failed with too many pages #19 #69

Closed ghost closed 1 year ago

ghost commented 3 years ago

This is a bug that occurs due to the maximum size of the canvas, however the creator of the html2pdf package proposed a change in the issue, thus applying it to the vue package https://github.com/eKoopmans/html2pdf.js/issues/19