Hi
I’m using windows command line tool to convert document:
soffice --convert-to doc *.doc --outdir ./ConvertedDOC
As the working directory also contains the docx files, but with above command, it also convert the docx file into doc. Is there any filter like regex match could help me to filter only convert the doc file and not include the docx? Thanks
NOTE: I have special needs to convert the doc to doc as my doc converted from ole files and cannot open via MS Office, so I use command line tool to convert it.