legacy-knowledge-base
公開されました Sep. 10, 2025

OpenOffice/LibreOffice文書内の外部画像は、PDFに変換すると解決されない。

written-by

Jorge García Jiménez

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ドキュメントをドキュメントライブラリにアップロードします。
  • ドキュメントをPDFに書き出す。
  • 文書がPDFに変換されたが、画像が真っ白になった。

環境

  • Liferay DXP 7.0、7.1、7.2、OpenOfficeがインストールされており、外部サービスとして動作しています。

解決策

  • ${USER_HOME}/.configs/libreoffice または ${USER_HOME}/.configs/openoffice にアクセスし、このフォルダまたは1つ下のフォルダで registrymodifications.xcu ファイルを探します。
  • registrymodifications.xcu の中にある、プロパティを探します:
    <item oor:path="/org.openoffice.Inet/Settings"><prop oor:name="ooInetFTPProxyName" oor:op="fuse"><value></value></prop></item>
    <item oor:path="/org.openoffice.Inet/Settings"><prop oor:name="ooInetFTPProxyPort" oor:op="fuse"><value></value></prop></item>
    <item oor:path="/org.openoffice.Inet/Settings"><prop oor:name="ooInetHTTPProxyName" oor:op="fuse"><value></value></prop></item>
    <item oor:path="/org.openoffice.Inet/Settings"><prop oor:name="ooInetHTTPProxyPort" oor:op="fuse"><value></value></prop></item>
    <item oor:path="/org.openoffice.Inet/Settings"><prop oor:name="ooInetHTTPSProxyName" oor:op="fuse"><value></value></prop></item>
    <item oor:path="/org.openoffice.Inet/Settings"><prop oor:name="ooInetHTTPSProxyPort" oor:op="fuse"><value></value></prop></item>
    <item oor:path="/org.openoffice.Inet/Settings"><prop oor:name="ooInetNoProxy" oor:op="fuse"><value></value></prop></item>
    <item oor:path="/org.openoffice.Inet/Settings"><prop oor:name="ooInetProxyType" oor:op="fuse"><value>0</value></prop></item>
  • プロキシ設定によって、 ooInetProxyType の値を変更する必要があります。
    • システムプロキシの設定:<value>1</value>.
    • 手動プロキシ設定:<value>2</value>.
      • 上記の他のプロパティは、お客様のプロキシ設定と一致させる必要があります。
    • プロキシ設定なし: <value>0</value>.
did-this-article-resolve-your-issue

legacy-knowledge-base