mokeyish / obsidian-enhancing-export

This is an enhancing export plugin base on Pandoc for Obsidian (https://obsidian.md/ ). It's allow you to export to formats like Markdown、Markdown (Hugo https://gohugo.io/ )、Html、docx、Latex etc.
MIT License
333 stars 23 forks source link

Exported PDF files are corrupted if markdown filename includes special characters (such as umlaut) #98

Open rybenmensch opened 1 year ago

rybenmensch commented 1 year ago

I noticed this bug using the latest release (1.8.3) using pandoc 3.1.4 on macOS. When a special character is used for the filename, the resulting PDF can't be viewed with Apple Preview (refuses to open), while Adobe Acrobat Reader can open, but not save them (Error: The document could not be saved. Bad parameter.) This happens without supplying any extra user arguments. Could this be an error in this plugin or maybe I am missing something? It's not a big deal, as I can rename my files after export, adding the special characters back in again.

mokeyish commented 1 year ago

What's your special characters? Could you switch off auto open exported file? and export again, If it still happens, it maybe an issue with pandoc itself.