pdfify-node
Convert markdown files to PDF.
Install
$ npm install --global pdfify-node
Requires Node.js 6+.
Usage
Usage $ pdfify <source> [<destination>] [options] Options --debug When this is set the intermediate HTML will be saved into a file. --header A full path to a the Handlebars file which will be your header. --height The height of the header section in mm. Might take some fiddling to get just right. --open Open the generated PDF. --style A full path to a single css stylesheet which is applied last to the PDF. Examples $ pdfify foo.md $ pdfify foo.md foo.pdf --header header.hbs --height 42 --style style.css
License
MIT © Stefan Stölzle