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
432 stars 75 forks source link

Blank Page After 4 page #119

Open akbarism opened 2 years ago

akbarism commented 2 years ago

I made a fairly long element and it produced 6 pages, but the element that was rendered only reached the 4th page

here's the result

my code : ` <vue-html2pdf :show-layout="false" :enable-download="true" :preview-modal="true" :paginate-elements-by-height="1300" filename="formulir-pertanyaan-kunci" :pdf-quality="2" :manual-pagination="true" pdf-format="a4" pdf-orientation="portrait" pdf-content-width="100%" ref="html2Pdf"

//long content

`

thanks

Sanan4li commented 1 year ago

any update? facing same issue after 60 pages.