No description
md_pdf | ||
test-files | ||
.gitignore | ||
circle.yml | ||
dev-requirements.txt | ||
package.json | ||
README.md | ||
setup.py |
MD-PDF
Convert markdown files into PDF Documents.
Features
- Multiple output formats
- Bibliography with 1400+ referencing formats
- Templating support (powered by
jinja2
) - Cover pages
- Page numbers in footer
- Student / TurnItIn Number in header / cover
Note: All features are completely optional
Installation
This library isn't on Pypi, but can still be installed using pip:
pip install https://github.com/RealOrangeOne/md-pdf
Additionally, you will need the following programs:
wkhtmltopdf
(With QT - See Here)pandoc
pandoc-siteproc
These packages should be available on most linux distributions, OSX and Windows support is untested!
Usage
$ mdp --help
usage: mdp [-h] [-v] [--update-csl]
optional arguments:
-h, --help show this help message and exit
-v, --verbose Set verbosity level (repeat argument)
--update-csl Update CSL files
Configuration
An example configuration file can be found Here.