A tool converts Markdown file to PDF, originally designed for developers' resume release.
Project description
Markdown2pdf is a command-line tool to convert markdown file into pdf, was originally designed for myself to create resume.
Installation
To install Markdown2PDF you may need to install PDF convertion tool first,
Install Markdown2PDF by pip:
pip install markdown2pdf
Usage
You can use Markdown2PDF via simple command md2pdf:
md2pdf resume.md
You can also appoint a theme by argument --theme:
md2pdf resume.md --theme=github
Or, you can even using your self defined theme:
md2pdf resume.md --theme=path_to_style.css
By now, Markdown2PDF contains multi builtin themes:
github (from GitHub.Inc)
solarized-dark (from mixu/markdown-styles)
ghostwriter (from mixu/markdown-styles)
Trouble shooting
ffi.h no such file or directory
apt-get install libffi-dev
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file Markdown2PDF-0.1.4.tar.gz
.
File metadata
- Download URL: Markdown2PDF-0.1.4.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d61897fb73b7b6721ffac118ffe9f800ca0221730013ee74d38922860358ca55 |
|
MD5 | 5cc3b27242631535de37df93804bf479 |
|
BLAKE2b-256 | c6a38ca5c5e29553d9a151abfb84da2c13471f07bd2314326b234fe8668360c6 |