Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/idelstak/converter-markdown-pdf

Fast conversion of markdown files to PDF using a convenient UI made using JavaFX
https://github.com/idelstak/converter-markdown-pdf

Last synced: about 1 month ago
JSON representation

Fast conversion of markdown files to PDF using a convenient UI made using JavaFX

Awesome Lists containing this project

README

        

# Markdown to PDF Converter

JavaFX application that lets you convert Markdown files to clean PDFs.

![Screenshot](./screenshots/shot.jpg)

## How to use

Click that `Select Files` button and pick the markdown files you want to turn into PDFs. You can even choose multiple files (bonus!)

## What to Expect

- A clear progress bar shows you how things are going.
- Informative messages tell you what's happening.
- At the end, you'll have beautiful PDFs ready to go!

## Try it out

Extract the `zip` file in the [releases](https://github.com/IdelsTak/converter-markdown-pdf/releases) section. Then run the jar file, named for instance, `md-to-pdf-1.0-SNAPSHOT.jar`:

```sh
java -jar md-to-pdf-1.0-SNAPSHOT.jar
```