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
- Host: GitHub
- URL: https://github.com/parazyd/md2pdf
- Owner: parazyd
- License: gpl-3.0
- Created: 2018-12-28T23:52:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-07T14:03:23.000Z (about 4 years ago)
- Last Synced: 2025-01-17T18:01:27.237Z (4 months ago)
- Topics: markdown, markdown-to-pdf, md2pdf, pdf, python
- Language: Python
- Homepage:
- Size: 238 KB
- Stars: 2
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```