pandoc
Verified for current stable LTS
Pandoc Commands
Pandoc command syntax with verified terminal examples.
Commands
8 commands for Pandoc
pandoc Operations
Pandoc Command: Convert Command Output To Pdf
<command> | pandoc -f <input_format> --pdf-engine <tectonic|weasyprint|typst|...> -o <path/to/output.pdf> pandoc Operations
Pandoc Command: Convert Markdown To Pdf Pdflatex
pandoc <path/to/input.md> -o <path/to/output.pdf> pandoc HTTP
Pandoc Command: Convert Remote Html To Markdown
pandoc -f html -t markdown {https://example.com} pandoc Operations
Pandoc Command: Convert To Standalone File
pandoc <path/to/input.md> -s -o <path/to/output.html> pandoc Operations
Pandoc Command: List Supported Input Formats
pandoc --list-input-formats pandoc Operations
Pandoc Command: List Supported Output Formats
pandoc --list-output-formats pandoc Operations
Pandoc Command: Manually Specify Input Output Formats
pandoc -f <docx|...> <path/to/input> -t <pdf|...> -o <path/to/output> pandoc Operations
Pandoc Command: Transform Document Using Lua Script
pandoc <path/to/input> -L <path/to/filter.lua> -o <path/to/output> Suggest a Pandoc Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Pandoc workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.