Hi! I need to convert many files from doc to docx.
I try to do it with soffice, but I have one problem.
Use this manual Starting LibreOffice Software With Parameters
If I convert one file it works
C:\Program Files\LibreOffice\program>soffice --headless --convert-to docx --outdir d:\doc\d2 d:\doc\d1\1.doc convert D:\DOC\D1\1.doc → d:\doc\d2\1.docx using filter : MS Word 2007 XML
If I try to convert many files it doesn’t work
C:\Program Files\LibreOffice\program>soffice --headless --convert-to docx d:\doc\d1*.doc --outdir d:\doc\d2 Error: source file could not be loaded
How I can convert many files? Why it doesn’t work?