Improve : depending if pdftk is a snap or not ,

his path must be a setting
This commit is contained in:
Dany De Bontridder 2019-06-24 16:57:03 +02:00
parent f0392c5c60
commit 20c489450e
3 changed files with 10 additions and 3 deletions

View file

@ -63,4 +63,8 @@ define ("dbname","");
// you can uncomment this
// after replace NOALYSS_HOME by the path of the local installation of Noalyss
// ini_alter("open_basedir", "/usr/bin:/tmp/:NOALYSS_HOME");
// In recent distribution linux, pdftk is a snap, you should set the path
// for exporting document in PDF
// $pdftk = /usr/bin/pdftk
// $pdftk = /snap/bin/pdftk