Python command line application to convert Markdown to PDF.
Project description
mdpdf
Python command line application to convert Markdown to PDF.
Project Features
- Bare-bones: Only supports basic CommonMark
- Not necessarily beautiful: Left-aligned, PDF-base14 fonts. Reasonably pretty, but if you want more control, see alternatives below.
- Minimal requirements
Alternatives
There are several projects that can be considered if you need something with more features. Of note:
Installation
$ pip install mdpdf
Usage
$ mdpdf [options] [input-file]...
Where options are:
-o
output file-h
header format-f
footer format
For example, specify the output file with the -o
option:
$ mdpdf -o article.pdf article.md
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
mdpdf-0.0.5.tar.gz
(13.0 kB
view hashes)
Built Distribution
mdpdf-0.0.5-py3-none-any.whl
(14.2 kB
view hashes)