Uploaded image for project: 'Nuxeo Platform'
  1. Nuxeo Platform
  2. NXP-32068

Add Libreoffice command to 2021/2023 Docker image

    XMLWordPrintable

    Details

    • Type: Improvement
    • Status: Resolved
    • Priority: Critical
    • Resolution: Fixed
    • Affects Version/s: 2021.42, 2023.2
    • Fix Version/s: 2023.3, 2021.44
    • Component/s: Docker Image
    • Release Notes Summary:
      Add the libreoffice command to the Nuxeo Docker image
    • Release Notes Description:
      Hide

      The libreoffice command has been added to the Nuxeo Docker image as an alias to the soffice command.

      This allows to use conversion leveraging ImageMagick on Office documents.

      Show
      The libreoffice command has been added to the Nuxeo Docker image as an alias to the soffice command. This allows to use conversion leveraging ImageMagick on Office documents.
    • Backlog priority:
      700
    • Sprint:
      nxplatform #97
    • Story Points:
      2

      Description

      When uploading an office document to Nuxeo where the Nuxeo document has the Picture facet, Imagemagick is used.  It runs the identify command on the document and for MS Office documents it uses Libreoffice.  Here is an example command that is used for a pptx document

      pptx =>   "libreoffice' --headless --convert-to pdf -outdir `dirname '%i'` '%i' 2> '%u'; /usr/bin/mv '%i.pdf' '%o"
      

      The problem is that libreoffice is not a recognized command.

      Note the same thing was done for 10.10 in ticket NCP-1425

        Attachments

          Activity

            People

            • Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: