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.
$ npm i -g pdfsave
$ pdfsave --url https://www.lipsum.com
This project is licensed under the MIT License.