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

为君一笑 提交于 2019-11-29 18:41:00

问题


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?


回答1:


Then you can use this command directly from command line

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




回答2:


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



来源:https://stackoverflow.com/questions/21845789/how-to-convert-docx-to-odt-with-libreoffice-on-ubuntu-bash

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