An HTML + CSS to PDF builder
npm install v-pdf-builderA Vue component for building PDFs from HTML.
``js`
npm i --save-dev v-pdf-builder
Include the script file, then install the component with Vue.use(VPdfBuilder); e.g.:
`html`
`js`
import VPdfBuilder from 'v-pdf-builder';
Once installed, it can be used in a template as simply as:
`html``