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

**Describe the bug** The vuetify icons are not showing when creating a pdf from a webpage using Safari **To Reproduce** Steps to reproduce the behavior: 1. Create a component and...

I used table in pdf-content slot and when I generate the pdf, its all blank. ``` ```

The description in the README for the `filename` is currently set to the same thing that `paginate-elements-by-height` is set to. I would put up an MR to update this but...

generate PDF always content in page 3, and page 1 and 2 blank. my code in html ``` ``` pdf opitons ``` htmlToPdfOptions: { margin: [0.3, 0, 0.5, 0 ],...

Hi, how could I add a font using NuxtJS implementation? Thank you

Hi there, my application is developed with Vue and Nuxt for static content. the plugin is working fine when the website is running in dev but when I generate the...

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...

Bumps [pug-code-gen](https://github.com/pugjs/pug) from 2.0.2 to 2.0.3. Commits eedf9a3 Don't ask escaping for boolean attributes at the beginning of attributes-list... 6f38adf Add in additional resources of 2 packages (#2945) d86ac52 new...

dependencies

It seems like CSS box-shadow doesnt appear in the converted file, Any way to include it?