vue-html2pdf icon indicating copy to clipboard operation
vue-html2pdf copied to clipboard

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.

Results 105 vue-html2pdf issues
Sort by recently updated
recently updated
newest added

Hi Steven In my vue app, I'm using vue html 2 pdf to create downloadable pdf's. My problem is that the generated pdf background image is kinda blurry. Despite digging...

I have a fairly complex report that I aim to export using VueHTml2Pdf - All seemed to be going ok until I added a section which has to loop through...

Thanks for the nice package! I was wondering what would be the way to hide a UI element once the button to generate the PDF is clicked? My issue is...

**Describe the bug** When I use ``, the plugin add blank space beetween the label 'Test' and the upper border There are not margin on inline style ``` .... Test...

**Describe the bug** Upon page load, there's a dark-grey box appearing on the left side of the screen and it disappears after half a second. This results in a flicker...

I am trying to install this and I'm getting an error: ``` runtime-core.esm-bundler.js?9e79:38 [Vue warn]: Failed to resolve component: vue-html2pdf If this is a native custom element, make sure to...

Due to VULNERABILITY exposure in dependencies

Bumps [minimist](https://github.com/substack/minimist) from 1.2.3 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR aeb3e27 1.2.5...

dependencies

![Captura de pantalla de 2022-03-23 16-43-57](https://user-images.githubusercontent.com/79229903/159739496-c0d9e60b-b4c7-40d3-bf99-747b1a0de9c7.png) When I introduce class "html2pdf___page-break" in with manual-pagination="true" it doesn't work correctly. Automatic pagination using :paginate-elements-by-height="1100" doesn't work either.

this generates blank pdf for me: ` hii ` Function: generatePDF() { this.$refs.html2Pdf.generatePdf(); },