md2pdf

python tool that converts markdown files to pdf
git clone git://parazyd.org/md2pdf.git | https://git.parazyd.org/md2pdf
Log | Files | Refs | README | LICENSE

README.md (318B)


      1 md2pdf
      2 ======
      3 
      4 md2pdf is a simple Python tool that converts markdown files to PDF
      5 files.
      6 
      7 
      8 Python dependencies
      9 -------------------
     10 
     11 `markdown`, `weasyprint`
     12 
     13 md2pdf works with Python 3.
     14 
     15 
     16 Usage
     17 -----
     18 
     19 md2pdf takes markdown on standard input and spits out PDF on standard
     20 output:
     21 
     22 ```
     23 $ md2pdf < text.md > text.pdf
     24 ```