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