Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 679 → Rev 680

/trunk/modules/pdf_export/PdfExport.php
174,7 → 174,7
$nom = $this->nom_retenu;
file_put_contents($this->fichier_html, $this->html);
$commande =
" {$this->wkhtml} --replace 'nom' '$nom' --footer-html '{$this->piedepage}' --encoding utf-8 $this->fichier_html $this->fichier_pdf 2>&1";
" {$this->wkhtml} --replace 'nom' '$nom' --footer-html '{$this->piedepage}' --encoding utf-8 {$this->fichier_html} {$this->fichier_pdf} 2>&1";
$debug = exec($commande);
//echo $debug;
}