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

Weird space at starting of PDF #52

Closed SeedSuite closed 3 years ago

SeedSuite commented 3 years ago

When Generate pdf after scrolling some part of visible content of data, PDF get unexpected weird space on top. But when generating PDF without scrolling, It works great.

hee hee (2).pdf

"vue-html2pdf": "^1.8.0", "vue": "^2.6.10",

Here I am uploaded generated PDF from your given demo. When I scroll some content of data and generate the PDF, it got some space on top of Pdf (Refer the attached PDF). But when generate the Pdf without scrolling, It works great.

cesolutions commented 3 years ago

Did you end up what was causing this issue? I am experiencing a similar issue