legacy-knowledge-base
公開されました Jul. 2, 2025

OpenOfficeとの連携で、DOCX形式の変換は可能か?

written-by

Dia Seung

How To articles are not official guidelines or officially supported documentation. They are community-contributed content and may not always reflect the latest updates to Liferay DXP. We welcome your feedback to improve How To articles!

While we make every effort to ensure this Knowledge Base is accurate, it may not always reflect the most recent updates or official guidelines.We appreciate your understanding and encourage you to reach out with any feedback or concerns.

legacy-article

learn-legacy-article-disclaimer-text

問題

  • OpenOfficeとの連携で、テキスト文書をdocxファイル形式でダウンロードしたいのですが。 現在、docxではなく、docとしてしかダウンロードできない状態です。
  • OpenOfficeの対象拡張子として、portal.propertiesの設定にdocxファイル形式を追加したい。

Environment

  • DXP 7.4
  • DXP 7.3
  • DXP 7.2

解決策

  • OpenOffice 4.0.0以降では、docx のテキスト文書ファイルをdoc、odt、pdf、rtf、sxw、txtのファイル形式に変換できます。 これは、以下のportal-ext.propertiesで設定することができます:
    openoffice.conversion.target.extensions[text]=\
    doc,\
    odt,\
    pdf,\
    rtf,\
    sxw,\
    txt
  • しかし、OpenOfficeはテキスト文書 をdocx ファイル形式に保存することをサポートしていません(OpenOfficeフォーラム "Save as Docx" を参照)ので、OpenOffice統合のLiferayはテキスト文書をdocxに変換できません。
  • docxファイル形式がどうしても必要な場合は、Liferayとの連携にOpenOfficeではなく、LibreOfficeをご利用ください。

追加情報

did-this-article-resolve-your-issue

legacy-knowledge-base