An open API service indexing awesome lists of open source software.

https://github.com/parazyd/md2pdf

Python tool that converts markdown files to PDF
https://github.com/parazyd/md2pdf

markdown markdown-to-pdf md2pdf pdf python

Last synced: 2 months ago
JSON representation

Python tool that converts markdown files to PDF

Awesome Lists containing this project

README

        

md2pdf
======

md2pdf is a simple Python tool that converts markdown files to PDF
files.

Python dependencies
-------------------

`markdown`, `weasyprint`

md2pdf works with Python 3.

Usage
-----

md2pdf takes markdown on standard input and spits out PDF on standard
output:

```
$ md2pdf < text.md > text.pdf
```