Quick CLI command for converting HTML (from URL) to PDF
$ npm install -g simple-html-to-pdf
simple-html-to-pdf --url="http://www.somewebsite.com" --file="/tmp/my.pdf" [--verbose] [--fitToPage] [--phantomDelay] [--printDelay]
MIT license; see LICENSE.