Pandoc

Pandoc

Universal document converter (over 60 document formats)

Category
Converter
License
GPL
Platforms
Windows macOS Linux BSD Docker
Released
2006
Path
c:\pandoc\pandoc.exe
Benefits
Pandoc can convert between the following formats: Markdown, ASCIIDoc, Textile, (X)HTML4, HTML5, EPUB, LaTeX, DOCX, ODT, CSV and more.
Used by
Gotenberg (A dockerized API converter)
Version
Latest known: 3.10 (2026-06-04)

Examples

1. Convert markdown to HTML

pandoc.exe d:\input.md -o d:\output.html

2. Convert HTML to Markdown

pandoc.exe d:\test1.html -f html -t markdown -o d:\test1.md

3. Convert markdown to PDF (requires a LaTeX distribution like MiKTeX or TeX Live to be installed)

pandoc.exe d:\input.md -o d:\output.pdf

Try it

Agree to terms to run demos.