Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/idelstak/converter-markdown-pdf
- Owner: IdelsTak
- Created: 2024-06-25T15:56:24.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-06-25T16:30:47.000Z (6 months ago)
- Last Synced: 2024-06-25T18:02:35.150Z (6 months ago)
- Language: Java
- Size: 75.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```