https://github.com/vladocar/pdfsave
Convert websites into readable PDFs
https://github.com/vladocar/pdfsave
cli node node-js nodejs pdf pdf-converter pdf-generation readability readable
Last synced: 7 months ago
JSON representation
Convert websites into readable PDFs
- Host: GitHub
- URL: https://github.com/vladocar/pdfsave
- Owner: vladocar
- Created: 2018-10-14T21:51:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-17T05:58:52.000Z (over 6 years ago)
- Last Synced: 2024-10-06T23:45:53.781Z (8 months ago)
- Topics: cli, node, node-js, nodejs, pdf, pdf-converter, pdf-generation, readability, readable
- Language: JavaScript
- Homepage:
- Size: 15.6 KB
- Stars: 47
- Watchers: 4
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
PDFSave from Web to PDF
Convert websites to lightweight readable PDFs.
PDFSave uses node-readability for clearing all non essential content. Later with pdfkit converts the HTML to lightweight PDF. PDFSave is text only, it doesn't save images or other multimedia content.
Installation
```shell
$ npm i -g pdfsave
```Use
```shell
$ pdfsave --url https://www.lipsum.com
```License
This project is licensed under the MIT License.