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

https://github.com/adamtabrams/mdtopdf

A markdown to pdf converter that uses groff
https://github.com/adamtabrams/mdtopdf

Last synced: 9 months ago
JSON representation

A markdown to pdf converter that uses groff

Awesome Lists containing this project

README

          

# About

The mdtopdf tool takes your markdown files and converts them into a
PDF document. To do this it actually uses groff as an intermediate format.
Groff has been around for a long time and has a superset of markdown's
features.

### The current implementation is a proof of concept.

# Usage

You can test out the current capabilities by running:
```
./mdtopdf tests/basic.md basic.pdf
```