Last updated
If you need to convert files from one markup format into another, pandoc is your swiss-army knife.
$ winget install --id JohnMacFarlane.Pandoc --exact --version 3.10Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.
Pandoc uses MSI (WiX). The silent install switches are /quiet /norestart.
msiexec.exe /i pandoc-3.10-windows-x86_64.msi /quiet /norestart ALLUSERS=2
For Intune admins
Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.
Start free 30-day trialNo credit card required.
| Architecture | Type | Scope | Install | Download |
|---|---|---|---|---|
| x64 | Portable in ZIP | - | Direct | |
| x64 | MSI WiX | user | Direct | |
| x64 | MSI WiX | machine | Direct |
Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.
2 known CVEs via NVD
Pandoc before 3.1.6 allows arbitrary file write: this can be triggered by providing a crafted image element in the input when generating files via the --extract-media option or outputting to PDF format. This allows an attacker to create or overwrite arbitrary files, depending on...
Pandoc is a Haskell library for converting from one markup format to another, and a command-line tool that uses this library. Starting in version 1.13 and prior to version 3.1.4, Pandoc is susceptible to an arbitrary file write vulnerability, which can be triggered by providing...
See a CVE that affects your fleet? Push the patched version to Intune in one click with Pckgr.
More from John MacFarlane or browse converter, doc, docs.