https://bugs.documentfoundation.org/show_bug.cgi?id=120006
Edmund Laugasson <edmund.laugas...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |edmund.laugas...@gmail.com --- Comment #8 from Edmund Laugasson <edmund.laugas...@gmail.com> --- Also deeply waiting CLI features to be implemented in GUI of LibreOffice Document Converter. This would be one of the killer features, especially in case of migrating to LibreOffice. So, please help people migrate to LibreOffice and add CLI features into LibreOffice Document Converter GUI! Actually could not get working a bash script with line: soffice --headless --convert-to pdf *.* $input --outdir $output I defined variables between quotes as path contained spaces. input="$HOME/path with spaces/docx/" output="$HOME/path with spaces/pdf/" Only way I could convert: cd "$HOME/path with spaces/docx/" soffice --headless --convert-to pdf *.* mv *.pdf "$HOME/path with spaces/pdf/" So, improving also CLI version of converting would be really appreciated. There is one report #133932 to improve CLI help, but functionality itself needs to be improved also. I add some links to already existing, but it seems abandoned converter examples: * https://sourceforge.net/projects/bulkconvertulo/ * https://www.bitrecover.com/blog/libreoffice-to-word-converter-software/ -- You are receiving this mail because: You are the assignee for the bug.