Pandoc

| 1 min read

Week Of: 2021-11-21
2021-11-22

home/Professional
The best document conversion that runs throu cli

Pandoc examples

Geting the list of the supported input files:

pandoc --list-input-formats

Same for the list of the supported Output files:

pandoc --list-output-formats

Example for converting from Docx to md:

pandoc -i "CV_Yaki_Kimhi ERP 1911.docx" -o "CV_Yaki_Kimhi ERP 1911" -t zimwiki