Readers,
If a m$ document is stored on a public web server (E.g.
http://path.to.document.com/file.doc), is it possible to change
directly the name of the converted file which is created in the local
directory? Otherwise, 'mv' can be used after conversion, but it would
be able to rename within the LO command options, something like:
libreoffice -convert-to odt http://path.to.document.com/file.doc
-outdir ~/tmp -rename-to newfilename.odt