Home/Tools/Pandoc
P
Install via:brew
License:GPL-2.0-or-later
Open source

Pandoc

About

The universal document converter — turn Markdown into docx, PDF, HTML, EPUB and dozens of other formats.

Pricing

Free

Pandoc is a universal document converter that reads one format and writes nearly any other. Turn a Markdown note into a Word document, an HTML page into an ebook, or a LaTeX paper into PDF.

Key Features

  • 60+ input and output formats.
  • Markdown ↔ docx / PDF / HTML / EPUB in one command.
  • Ebook creation from plain text.
  • Citations and bibliography support.
  • Math and LaTeX rendering.
  • Custom templates for consistent styling.

Pricing

Pandoc is free and open source under the GPL-2.0-or-later license.

Getting Started

brew install pandoc
pandoc notes.md -o notes.docx
pandoc notes.md -o notes.html
pandoc book.md -o book.epub

Add --toc to generate a table of contents automatically.

Install

Copy and run one of these commands locally to install Pandoc.

brew install pandoc

Comments (0)

Share your thoughts about this entry... Sign in to comment
No comments yet — start the conversation.