https://github.com/michaeljohnn/element2pdf
download a pdf file from a html element, with auto pagebreak or custom pagebreak based on className
https://github.com/michaeljohnn/element2pdf
Last synced: over 1 year ago
JSON representation
download a pdf file from a html element, with auto pagebreak or custom pagebreak based on className
- Host: GitHub
- URL: https://github.com/michaeljohnn/element2pdf
- Owner: michaeljohnn
- Created: 2020-04-01T05:39:39.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-28T15:10:04.000Z (almost 2 years ago)
- Last Synced: 2025-01-11T04:52:57.427Z (over 1 year ago)
- Language: JavaScript
- Size: 13.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# element2pdf
download a pdf file from a html element, with auto pagebreak or custom pagebreak based on className
# development
```
npm install
npm start
```