https://github.com/zalweny26/vue3-html2pdf
Up-to-date Vue 3 composable to convert from HTML to PDF
https://github.com/zalweny26/vue3-html2pdf
html html2pdf pdf vue vue3
Last synced: 2 months ago
JSON representation
Up-to-date Vue 3 composable to convert from HTML to PDF
- Host: GitHub
- URL: https://github.com/zalweny26/vue3-html2pdf
- Owner: zAlweNy26
- License: mit
- Created: 2024-06-24T09:46:59.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-06-27T11:37:02.000Z (12 months ago)
- Last Synced: 2025-04-06T06:09:45.966Z (2 months ago)
- Topics: html, html2pdf, pdf, vue, vue3
- Language: TypeScript
- Homepage:
- Size: 1.22 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Html2Pdf with Vue 3
This library provides a simple way to convert HTML to PDF using Vue 3.
You can use:
- A component to convert HTML to PDF named `Html2Pdf`.
- A composable to convert HTML to PDF named `useHtml2Pdf`.## Recommended IDE Setup
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur).
## How to install
```bash
npm install github:zAlweNy26/vue3-html2pdf
```I didn't publish it to npm because I don't know if this library is really necessary.