Skip to content

nchgroup/md-to-pdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

md-to-pdf

Create PDFs from Markdown files.

Help

$ python3 md-to-pdf.py -h
usage: md-to-pdf.py [-h] -i INPUT [-o OUTPUT]

Convert Markdown to PDF.

options:
  -h, --help           show this help message and exit
  -i, --input INPUT    Input Markdown file
  -o, --output OUTPUT  Output PDF file (optional)

Usage

python3 md_to_pdf.py -i input.md -o output.pdf

Install

git clone https://github.com/nchgroup/md-to-pdf
cd md-to-pdf
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Author

About

Create PDFs from Markdown files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors