We are running a
soffice --headless --convert-to “txt:Text (encoded):UTF8” --outdir $tmp $file
command to extract txt info from a doc/docx file.
This works locally on windows, and ubuntu/debian just fine, but on circli this happens:
…Fontconfig warning: “/usr/lib/libreoffice/share/fonts/truetype/fc_local.conf”, line 13: Having multiple in isn’t supported and may not work as expected
Fontconfig warning: “/usr/lib/libreoffice/share/fonts/truetype/fc_local.conf”, line 13: Having multiple in isn’t supported and may not work as expected
Error: Please reverify input parameters…
EFontconfig warning: “/usr/lib/libreoffice/share/fonts/truetype/fc_local.conf”, line 13: Having multiple in isn’t supported and may not work as expected
Error: Please reverify input parameters…
E…Fontconfig warning: “/usr/lib/libreoffice/share/fonts/truetype/fc_local.conf”, line 13: Having multiple in isn’t supported and may not work as expected
Error: Please reverify input parameters…
EFontconfig warning: “/usr/lib/libreoffice/share/fonts/truetype/fc_local.conf”, line 13: Having multiple in isn’t supported and may not work as expected
Error: Please reverify input parameters…
Happens on any PHP version.
=> http://cromwell-intl.com/linux/font-config-warnings.html
could maybe help.