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

https://github.com/roguh/pandoc-resume

Write a résumé in markdown and convert to PDF, DOCX, and HTML.
https://github.com/roguh/pandoc-resume

Last synced: about 1 year ago
JSON representation

Write a résumé in markdown and convert to PDF, DOCX, and HTML.

Awesome Lists containing this project

README

          

# Pandoc-Résumé

Write a résumé in markdown and convert to PDF, DOCX, and HTML.
Pandoc converts `template.md` into several standalone formats with similar styles.

## Usage

Edit `template.md` to add content. Edit `style.css` to change the HTML style and `reference.docx` for the DOCX style.

Run one of these commands to convert `template.md`:

```
build.sh template pdf
build.sh template docx
build.sh template html
```

To generate all formats, run

```
all.sh template
```

### DOCX, HTML

These output formats may need further processing.

## Sample

![PDF rendered to PNG](template.png)