Hi, I am using Libreoffice as headless command line tools for converting docx to xhtml.
I noticed some command line output seems to be error.
soffice --nolockcheck --nologo --headless --norestore --language=ja --nofirststartwizard --convert-to "html:XHTML Writer File:UTF8" --outdir ./ ./test.docx
convert /test.docx -> /test.html using filter : XHTML Writer File:UTF8
XSL Vendor: 'libxslt'
Last line was shown as standard error output.
I redirected stderr to text file to check if it is error.
However, that command’s exit status was not error, but success.
Why is this error? and What does it mean?
My Environments
- Mac OS Monterey
- LibreOffice Version 7.4.3.2
- XSLT Vendor Library is libxslt.
Thanks in advance.