Files
kapow/examples/advanced/01_DocumentConverter/README.md
pancho horrillo 26fa12c871 doc: drop mentions to .pow files ($deity REST their soul)
Co-authored-by: Roberto Abdelkader Martínez Pérez <robertomartinezp@gmail.com>
2020-12-24 14:03:49 +01:00

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!