An open API service indexing awesome lists of open source software.

https://github.com/joequery/md2pdf

Convert a simple markdown document to a plaintext PDF document
https://github.com/joequery/md2pdf

Last synced: about 1 year ago
JSON representation

Convert a simple markdown document to a plaintext PDF document

Awesome Lists containing this project

README

          

md2pdf
======

Markdown to PDF. This script uses an OS system call because I was too
lazy to figure out the xhtml2pdf API.

Requirements
------------

* Python 2.6+
* [Pillow dependencies](https://pillow.readthedocs.org/en/3.0.0/installation.html#linux-installation)

Installation
------------

$ git clone git://github.com/joequery/md2pdf.git
$ cd md2pdf
$ sudo python setup.py install

Usage
-----

$ md2pdf some-document.md