Awesome
PDFify
Easily generate a PDF with style from a URL.
Install
First of all, make sure you have Node.js and PhantomJS installed.
$ [sudo] npm install pdfify -g
Usage
$ 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.
Contribute
Feel free to contribute with this project or leave a suggestion.
License
MIT License © Vitor Britto