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
- Host: GitHub
- URL: https://github.com/joequery/md2pdf
- Owner: joequery
- Created: 2012-05-03T20:36:58.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2015-11-08T06:44:24.000Z (over 10 years ago)
- Last Synced: 2025-03-27T07:21:17.549Z (about 1 year ago)
- Language: Python
- Size: 115 KB
- Stars: 11
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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