https://bugs.documentfoundation.org/show_bug.cgi?id=130320
--- Comment #33 from Lobotomik <[email protected]> ---
(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.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs