On Red Hat 7.x, installed a clean version of LO (6.4.7.2 rpm). After installation:
$ soffice --version
LibreOffice 6.4.7.2 639b8ac485750d5696d7590a72ef1b496725cfb5
Running the following command as a test:
echo “Test Libreoffice” > test.txt && soffice --headless --convert-to docx test.txt && soffice --headless --convert-to pdf test.docx
The results are:
convert /home/xxxxx/test.txt → /home/sxxxxx/test.docx using filter : MS Word 2007 XML
convert /home/xxxxx/test.docx → /home/xxxxx/test.pdf using filter : writer_pdf_Export
Application Error
The test and docx file exist. The command also shows as lu166675abs8u.tmp file of 0 bytes.
The only version on Red Hat 7 that I can seem to get running is the rpm version offered by the vendor:
LibreOffice 5.3.6.1 30(Build:1)
Any ideas? Any way to better understand what might be causing the Application Error? This seems to just be for conversion to PDF.
Thank you.