Files
kapow/examples/advanced/01_DocumentConverter/README.md
Roberto Abdelkader Martínez Pérez e38f60ae05 Detailed instructions
2020-01-27 18:46:15 +01:00

20 lines
443 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.pow
```
## 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!