ChrisChinchilla / vscode-pandoc

Visual Studio Code extension lets you render markdown to pdf, word doc or html with pandoc
MIT License
26 stars 13 forks source link

unable to convert file into word format #34

Open yunus6390 opened 7 months ago

yunus6390 commented 7 months ago

exec error: Error: Command failed: "pandoc" "Untitled-1" -o "Untitled-1.docx" '"pandoc"' is not recognized as an internal or external command, operable program or batch file.

ChrisChinchilla commented 7 months ago

@yunus6390 Have you installed pandoc? That is a requirement.

ChrisChinchilla commented 7 months ago

@yunus6390 Any more details? I can't recreate this…

yunus6390 commented 7 months ago

I have already install pandoc but still having the same issue

miltosv commented 4 months ago

I have the same issue. Latest version of pandoc (3.2.1) is installed through the msi installer, this error happens on both user only and system wide installations of pandoc. Pandoc has been added by the installer to PATH and works just fine when used from the terminal. I'm on VScode version 1.90.x