Is pandoc hosted anywhere for online use with complete functionality? The online pandoc demo lacks PDF output and has a character limit.
Specifically, I'd to convert Markdown to PDF with embedded LaTeX, which offline pandoc does.
pandoc 2.19. 1 (2022-08-18)
Description. Pandoc is a Haskell library for converting from one markup format to another, and a command-line tool that uses this library. Pandoc can convert between numerous markup and word processing formats, including, but not limited to, various flavors of Markdown, HTML, LaTeX and Word docx.
I've wrapped Pandoc in a web service. You can try it here https://github.com/mrded/pandoc-as-a-service Usage:
curl -H "Content-Type: text/markdown" -X POST -d "# hello" http://localhost/html
If you are OK with the workflow pandoc<->latex->PDF
, an alternative is sharelatex. It's open source and can be self-hosted.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With