Opinionated pdf renderer
pip install --user daub
Or, to install from source:
git clone git@github.com:verillious/daub.git
pip install --user -e daub/
From the command line:
Usage: daub [OPTIONS] MARKDOWN_FILE
Opinionated pdf renderer
Options:
-o, --output PATH Override the output pdf file path.
--css PATH Override the default stylesheet.
--version Show the version and exit.
--help Show this message and exit.
- Converts a markdown file to a pdf file
- Optionally takes in a custom css file for styling
- By default tries to emulate the minimal-github-theme
- Requires Weasyprint which only supports Windows 11:
- resume.md (Requires Chrome or Chromium)
- rinohtype (Doesn't support css)
- amd2pdf (Requires wkhtmltopdf)
🍪 This package was created with Cookiecutter and the verillious/cookiecutter-python project template.