Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 528 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 528 Bytes

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

$ npm i -g pdfsave

Use

$ pdfsave --url https://www.lipsum.com

License

This project is licensed under the MIT License.