pandoc.app panda logo pandoc open the converter

About pandoc.app: Pandoc online, in your browser

pandoc.app is a free Pandoc online app. It runs the real Pandoc universal document converter, compiled to WebAssembly, entirely inside your browser tab. No installation, no account, and nothing is uploaded: your documents never leave your machine.

What is Pandoc?

Pandoc is the open-source "swiss-army knife" for documents, written in Haskell by John MacFarlane. It reads one markup language and writes another: Markdown, CommonMark, GitHub-Flavored Markdown, reStructuredText, Org mode, Textile, HTML, LaTeX, DocBook, JATS, Typst, Jupyter notebooks, Microsoft Word DOCX, OpenDocument ODT, EPUB and many more. Traditionally you install it and use it from the command line. pandoc.app brings that same engine to the web.

Why a Pandoc app in the browser?

Popular conversions

FromToTypical use
MarkdownPDFNotes, reports, README to printable PDF (via Typst)
MarkdownDOCXSend a Word document to colleagues
DOCXMarkdownMove Word content into a git repo, wiki or static site
HTMLMarkdownClean up web content
LaTeXHTML / DOCXPublish papers on the web or in Word
MarkdownEPUBBuild an e-book
Jupyter (ipynb)Markdown / HTMLShare notebooks as documents
reStructuredText / OrgMarkdownMigrate documentation

How to use Pandoc online

  1. Open pandoc.app.
  2. Pick the from and to formats (the palette is searchable: type pdf, docx, gfm…).
  3. Paste your text or import a file. Several files of the same format are joined into one document.
  4. Press convert (or ⌘/Ctrl+Enter). Preview, copy, or download the result.

The equivalent command is always shown, for example:

pandoc --from markdown --to pdf --standalone --citeproc --bibliography=refs.bib input.md --pdf-engine=typst -o output.pdf

Is pandoc.app the pandoc.org app?

No. pandoc.app is an independent project and is not affiliated with the pandoc.org team. It is built by Kysan on top of the open-source Pandoc converter. If you are looking for the official pandoc.org web demo, it lives at pandoc.org. pandoc.app adds a full UI, history, an editable command line, PDF output via Typst, and file import, all running client-side.

Frequently asked questions

Is it free?

Yes. pandoc.app is free to use and needs no account.

Which browsers work?

Any modern browser with WebAssembly: Chrome, Edge, Firefox, Safari, on desktop and mobile.

Can it convert Markdown to PDF?

Yes. Pandoc emits Typst, which is compiled to PDF in your browser. The Typst engine and its fonts download once (about 14 MB) on the first PDF.

Does pandoc.app collect analytics?

Anonymous usage analytics (which features and formats are used, errors, timings) help improve the app. Document content, inputs and outputs are masked and never recorded or uploaded.

Where is my history stored?

In your browser's local storage, on your device only. Clear it any time from the history tab.

How do I report a bug or request a feature?

Join the Discord.

Open the Pandoc online converter →