I am using Mac OS 10.12
I am needing to batch convert between 1500-2000 files to png/pdf from docx.
I have tried pandoc but that loses file format and font, which is imperative to the task. I could parallelize this but without the results I require.
I have tried soffice, but that takes ~6-8 seconds per run, and spawns a new libreoffice software process with each run. The latter part has prevented parallelization of soffice.
Is there any way I could process this many files while maintaining font and format to pdf or png?
Any suggestions would be greatly appreciated.