How to convert .docx to .odt with Libreoffice on U

2019-02-09 05:24发布

There is a problem for converting DOCX to PDF using Libreoffice.(in RTL documents) but converting same document saved in ODT format will works fine.

Anyone knows how to convert an existing DOCX file to ODT using Ubuntu bash?

2条回答
劳资没心,怎么记你
2楼-- · 2019-02-09 06:09

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

查看更多
该账号已被封号
3楼-- · 2019-02-09 06:11

Then you can use this command directly from command line

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

查看更多
登录 后发表回答