Home > mkd2pdf

mkd2pdf

Mkd2pdf is a project mainly written in ..., based on the WTFPL license.

convert markdown to pdf. based on zecrazytux's work

mkd2pdf

A little utility for generating pdfs from markdown
It's based on a script by zecrazytux, which you can find [here](http:// zecrazytux.net/articles/Scripts_&_hacks/mkd2pdf,_markdown_to_pdf.html)

Usage:

mkd2pdf infile [options] inputfile [outputfile]  
  general options:  
    -m       which markdown interpreter to use (default markdown)
    -c       user style sheet. this should be an absolute path.

Requirements:

You'll need a markdown parser (I'm using python-markdown, and wkhtmltopdf).

Previous:keyworrier