-
Type: Improvement
-
Status: Resolved
-
Priority: Critical
-
Resolution: Fixed
-
Affects Version/s: 2021.42, 2023.2
-
Component/s: Docker Image
-
Release Notes Summary:Add the libreoffice command to the Nuxeo Docker image
-
Release Notes Description:
-
Tags:
-
Backlog priority:700
-
Sprint:nxplatform #97
-
Story Points:2
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