[Libreoffice-bugs] [Bug 130320] LibO 6: Windows 10 content indexing does not work

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Tue Jun 30 09:38:32 UTC 2020


https://bugs.documentfoundation.org/show_bug.cgi?id=130320

--- Comment #33 from Lobotomik <nachodelosrios at gmail.com> ---
(In reply to Lobotomik from comment #32)
> For the time being, I'm trying to batch convert all my files to .docx and
> use .docx as default to get rid of the issue. For those interested in doing
> that, from the command line:
> 
> <path to soffice>\soffice --headless --convert-to docx [--outdir
> <outputdir>] <pathtodocs>\*.odt 
> 
> But GRRRR! The *.odt option does not work and it only works file-by-file.

>From a cmd line, from the folder where .odt files are:

for %i in (*.odt) do "<pathtosoffice>\soffice" --headless --convert-to docx
--outdir <outputdir> "%i"

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20200630/450f4602/attachment.htm>


More information about the Libreoffice-bugs mailing list