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

Print on paper roll #98

Closed 72fcosta closed 1 year ago

72fcosta commented 3 years ago

Hello. Is it possible to print on paper roll (without breaking the page before the end of the content)? Width = 80mm Height = depends of the content (> 10000mm) Thanks.

image

kempsteven commented 3 years ago

You can disable pagination by setting :manual-pagination="true"