pandoc-as-a-service
pandoc-as-a-service copied to clipboard
Doesn't convert to epub, epub3 and odt
Following request kills the server:
curl -H "Content-Type: text/plain" -X POST -d "# hello world" http://pandoc-as-a-service.com/markdown/epub
In the company where I work we are trying to do an integration of an internal GitLab with a Markdown converter to ODT and PDF. I found this project, it was exactly the solution to our need. But after running the server I noticed that there was no conversion to odt, even though such conversion in original Pandoc. It would be very nice if there was documents conversion to ODT and PDF via this web application.
Nice work @mrded :wink: :+1: