Page 1 of 1

Convert Between Various Document Formats with Pandoc

Posted: Tue Feb 25, 2025 11:18 pm
by Eli
Pandoc is a free-software document converter, widely used as a writing tool (especially by scholars) and as a basis for publishing workflows. It was created by John MacFarlane, a philosophy professor at the University of California, Berkeley.

You can install Pandoc on Ubuntu Linux by downloading the .deb file and execute:

  1.  sudo dpkg -i pandoc-3.6.3-1-amd64.deb

You can then convert between documents. For example, convert LaTeX doc into .docx:

  1. pandoc -s math.tex -o word.docx

See more Demos.