|
@@ -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
|