I'm currently able to run pandoc on a web server myself.
I just made a Dockerfile that derives from the offical python dockerfile,
After that you can just run:

RUN pip install pypandoc
RUN python
-c "import pypandoc; pypandoc.download_pandoc()"

At this point, you'd have a working "web server" with pandoc,
you'd just have to write some code to actually make calls to pandoc in any way you see fit.
You could use a web framework like flask and just wrap an api around it.

You can do a similar thing in almost any language of your choice by making system calls with the text you'd like to convert.

--
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org.
To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org.
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/b63c9188-1b4f-478d-9454-f2c3d10ccff0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.