HI,
Document conversion use an old jodconverter library ( GitHub - jwagenleitner/jodconverter2 · GitHub ) dated 2015…
An more active library exists (jodconverter/jodconverter: JODConverter automates document conversions using LibreOffice or Apache OpenOffice.) .
My main trouble is that I’m creating a DAM for my company, in wich documents templates “DOTX” are stored. But DOTX files are not included in the supported file extensions in the old JodConverter (despite OpenOffice/LivreOffice can convert them).
The more recent JodConverter library has implemented this (Added dotx format to the default registry (#213). · jodconverter/jodconverter@9c930fc)
Is it possible for Liferay to switch to this one ?