An open API service indexing awesome lists of open source software.

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

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