How to convert .docx to .odt with Libreoffice on Ubuntu bash

二次信任 提交于 2019-11-30 12:11:15

Then you can use this command directly from command line

libreoffice --headless --convert-to odt *.docx

You can directly save it to odt format in Libre Office.

  1. Click on save as

  2. Select ODT as format

  3. Name the file

  4. Click on ok

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!