Task #946 : envoi de fichier par email
Task #945 - Conversion des documents en PDF
This commit is contained in:
parent
9c9003644a
commit
c719525dba
1 changed files with 6 additions and 1 deletions
|
|
@ -178,7 +178,12 @@ define ("FICHE_TYPE_ADM_TAX",14);
|
|||
define ("FICHE_TYPE_ACH_MAR",2);
|
||||
define ("FICHE_TYPE_ACH_SER",3);
|
||||
define ("FICHE_TYPE_ACH_MAT",7);
|
||||
|
||||
/** -- pour utiliser unoconv démarrer un server libreoffice
|
||||
* commande
|
||||
* libreoffice --headless --accept="socket,host=127.0.0.1,port=2002;urp;" --nofirststartwizard
|
||||
*/
|
||||
define ('OFFICE','unoconv ');
|
||||
define ('GENERATE_PDF','NO');
|
||||
|
||||
define ('JS_INFOBULLE','
|
||||
<DIV id="bulle" class="infobulle"></DIV>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue