Pandoc icon
Pandoc icon

Pandoc

 87 likes

Pandoc is a Haskell library for converting from one markup format to another, and a command-line tool that uses this library.

Pandoc screenshot 1

License model

  • FreeOpen Source

Application type

Platforms

  • Mac
  • Windows
  • Linux
5 / 5 Avg rating (3)
87 likes
3comments
0 news articles

Features

Suggest and vote on features
  1.  Support for MarkDown
  2. LaTeX icon  Support for LaTeX
  3.  Command line interface
  4.  Syntax Highlighting
  5.  Convert MarkDown/Word to Ebook
  6.  File conversion
  7.  Export to PDF
  8.  Convert Word documents to PDF
  9.  Convert HTML pages to PDF

Pandoc News & Activities

Highlights All activities

Recent News

No news, maybe you know any news worth sharing?
Share a News Tip

Recent activities

Show all activities

Pandoc information

  • Developed by

    John MacFarlane
  • Licensing

    Open Source and Free product.
  • Rating

    Average rating of 5
  • Alternatives

    17 alternatives listed
  • Supported Languages

    • English

AlternativeTo Categories

Office & ProductivityOS & UtilitiesNews & Books

GitHub repository

  •  36,300 Stars
  •  3,459 Forks
  •  1116 Open Issues
  •   Updated Mar 12, 2025 
View on GitHub

Our users have written 3 comments and reviews about Pandoc, and it has gotten 87 likes

Pandoc was added to AlternativeTo by tabakis on Oct 25, 2010 and this page was last updated Aug 21, 2024.

Comments and Reviews

   
 Post comment/review
Krakra
  
Top positive commentFeb 17, 2019

If you like markdown this is your tool.

1
TBayAreaPat
CommentNov 7, 2024

Sounded good until I realized that it's command line.

0
VM_
  
Positive commentFeb 11, 2020

For the Atom text editor

Steps:

  • Install Pandoc
  • Open Atom
  • Go to Settings
  • Go to + Install
  • Search for the "pandoc-convert" package and Install
  • Go to the Package Settings, and paste in the "Pandoc Binary" dialog box, the path where Pandoc was installed
  • In File, open the Markdown file to convert
  • Show the Command Palette with Ctrl+Shift+P
  • In the search box type Pandoc search with the keyboard arrows the conversion format and press Enter twice, wait for the green floating window to appear, indicating that the process was completed successfully

Para el editor de texto Atom

Pasos:

  • Instalar Pandoc
  • Abrir Atom
  • Ir a Ajustes
  • Ir a + Instalar
  • Buscar el paquete "pandoc-convert" e Instalar
  • Ir a los Ajustes del paquete, y pegar en la caja de diálogo "Pandoc Binary", la ruta donde se instaló Pandoc
  • En Archivo, abrir el archivo Markdown a convertir
  • Mostrar la Paleta de comandos con Ctrl+Mayús+P
  • En el cuadro de búsqueda escribir Pandoc buscar con las flechas del teclado el formato de conversión y pulsar Intro dos veces, esperar a que salga la ventana flotante en verde, que indica que el proceso se completó correctamente
0

What is Pandoc?

Pandoc is a Haskell library for converting from one markup format to another, and a command-line tool that uses this library.

If you need to convert files from one markup format into another, pandoc is your swiss-army knife. Need to generate a man page from a markdown file? No problem. LaTeX to Docbook? Sure. HTML to MediaWiki? Yes, that too. Pandoc can read markdown and (subsets of) reStructuredText, HTML, and LaTeX, and it can write plain text, markdown, reStructuredText, HTML, LaTeX, ConTeXt, PDF, RTF, DocBook XML, OpenDocument XML, ODT, GNU Texinfo, MediaWiki markup, groff man pages, EPUB ebooks, and S5 and Slidy HTML slide shows. PDF output (via LaTeX) is also supported with the included markdown2pdf wrapper script.

Official Links