Easily generate a PDF with style from a URL.
First of all, make sure you have Node.js and PhantomJS installed.
$ [sudo] npm install pdfify -g
$ pdfify <url> <filename>
- Help: use
pdfify --help
orpdfify -h
for more details. - Example:
pdfify http://www.vitorbritto.com.br vitorbritto
- Generated PDF: PDF files will be saved inside
.pdfify
directory in your user path.
Feel free to contribute with this project or leave a suggestion.
MIT License © Vitor Britto