Legacy Knowledge Base
Published Sep. 10, 2025

External images inside OpenOffice/LibreOffice document are not resolved when converted to 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

You are viewing an article from our legacy "FastTrack" publication program, made available for informational purposes. Articles in this program were published without a requirement for independent editing or verification and are provided"as is" without guarantee.

Before using any information from this article, independently verify its suitability for your situation and project.

Issue

  • Upload to Document Library a new OpenOffice document with external link to image.
  • Export the document to PDF.
  • The document is converted to PDF but the image is blank.

Environment

  • Liferay DXP 7.0, 7.1, 7.2 with OpenOffice installed and running as external service.

Resolution

  • Go to ${USER_HOME}/.configs/libreoffice or  ${USER_HOME}/.configs/openoffice then look for registrymodifications.xcu file in this folder or one folder below.
  • Inside registrymodifications.xcu, locate the properties:
    <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>
  • Depending on your proxy configuration the value of ooInetProxyType has to be changed.
    • System Proxy Configuration:<value>1</value>.
    • Manual Proxy Configuration:<value>2</value>.
      • The other properties listed above must align with your proxy configuration.
    • No proxy Configuration: <value>0</value>.
Did this article resolve your issue ?

Legacy Knowledge Base