This weekend I was resetting my Obsidian vault. Taking inventory of some plugins, I noticed I did not have Pandoc installed. I use this tool to export PDF or Microsoft Word formatted documents of notes I take.
I ran into export issues, and found this GitHub issue thread: https://github.com/OliverBalfour/obsidian-pandoc/issues/109
After reading through the comments, I decided to re-install Pandoc using Chocolatey:
choco install rsvg-convert python miktex pandoc
But the error persisted.
What I failed to notice was that my path was incorrect for my export folder. Once I changed `C:\Exports` to `C:/Exports`, everything worked after that. The plugin doesn’t mention the use of forward slashes on Windows. I find this annoying when applications decide to use forward slash in Windows paths.