20 lines
439 B
Markdown
20 lines
439 B
Markdown
# Document Converter (pandoc) as a Service
|
|
|
|
A small web gui for [pandoc](https://pandoc.org) that allows to convert between text formats.
|
|
|
|
## How to run it
|
|
|
|
```
|
|
$ kapow server DocumentConverter
|
|
```
|
|
|
|
|
|
## How to consume it
|
|
|
|
1. Visit http://localhost:8080/ from your web browser.
|
|
1. Select and input format. E.g. Markdown
|
|
1. Select and output format. E.g. HTML
|
|
1. Select a file from your disk. E.g. README.md
|
|
1. Press "Convert!"
|
|
1. Enjoy!
|