ilstam / FF-Multi-Converter

GUI File Format Converter
https://sites.google.com/site/ffmulticonverter/
GNU General Public License v3.0
83 stars 14 forks source link

Pandoc Support? #66

Open dajix350 opened 2 years ago

dajix350 commented 2 years ago

Pandoc is a general document converting CLI tool. It is useful for converting markup plain text formats like Markdown or LaTeX to general document files like .docx or .pdf and vise versa. Although that was its original intended purpose, it is can convert .docx to .pdf to .odf for example, along with many other formats. It currently lacks a good graphical front-end that supports all its use cases (most either center around markdown or pdfs). Can you integrate it into this app in the same way you did for unoconv?

l-koehler commented 9 months ago

As this is no longer developed, I made a fork adding this. https://github.com/l-koehler/FF-converter. Still needs some work, but the conversion works.