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

https://github.com/sixarm/pandoc-from-markdown-to-pdf

Use pandoc to convert from markdown to PDF with our preferred options
https://github.com/sixarm/pandoc-from-markdown-to-pdf

markdown pandoc pandoc-markdown pandoc-md pdf

Last synced: about 16 hours ago
JSON representation

Use pandoc to convert from markdown to PDF with our preferred options

Awesome Lists containing this project

README

        

# pandoc-from-markdown-to-pdf

Use the pandoc command to convert from a markdown file to a PDF file.

This tool uses our favorite settings for layouts, styles, fonts, etc.

You can edit this tool as you wish.

Syntax:

```sh
pandoc-from-markdown-to-pdf
```

Syntax for typical use:

```sh
pandoc-from-markdown-to-pdf -o
```

Example for typical use:

```sh
$ pandoc-from-markdown-to-pdf example.md -o example.pdf
```

For documentation, see the `doc` directory.

## Pandoc fonts

Our preferred Pandoc fonts are here:

https://github.com/sixarm/pandoc-fonts

You can download the fonts that you want, then install them on your system.

## Thanks

Thanks to https://learnbyexample.github.io/customizing-pandoc/

Thanks to https://github.com/sixarm/posix-shell-script-kit/

## Tracking

* Package: pandoc-from-markdown-to-pdf
* Version: 2.2.1
* Created: 2022-03-13T22:05:34Z
* Updated: 2024-01-05T19:47:35Z
* License: GPL-2.0 or GPL-3.0 or contact us for more
* Website: https://github.com/sixarm/pandoc-from-markdown-to-pdf
* Contact: Joel Parker Henderson ([email protected])