diff --git a/htdocs/includes/odtphp/odf.php b/htdocs/includes/odtphp/odf.php index c2a145f5e90..87cbf621da7 100644 --- a/htdocs/includes/odtphp/odf.php +++ b/htdocs/includes/odtphp/odf.php @@ -804,7 +804,7 @@ IMG; // Export to PDF using LibreOffice if ($conf->global->MAIN_ODT_AS_PDF == 'libreoffice') { - // Install prerequisites: apt install soffice libreoffice-common libreoffice-writer libreoffice-java-common + // Install prerequisites: apt install soffice libreoffice-common libreoffice-writer // using windows libreoffice that must be in path // using linux/mac libreoffice that must be in path // Note PHP Config "fastcgi.impersonate=0" must set to 0 - Default is 1