문제

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?

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top