🎨 style(Pdf): Met à jour le champ de signature dans le PDF pour une meilleure apparence.

This commit is contained in:
Serreau Jovann
2025-11-29 14:40:33 +01:00
parent 1bd4d1b8dd
commit ae29a93d0b

View File

@@ -361,7 +361,7 @@ class AgGenerator extends Fpdf
$this->Ln(5);
$this->SetFont('Arial', '', 10);
$this->Cell(95, 5, utf8_decode("{{Sign;type=signature,width=100}}"), 0, 0, 'C');
$this->Cell(95, 5, utf8_decode("{{Signature;width=250;height=25;type=signature}}"), 0, 0, 'C');
$this->Cell(95, 5, utf8_decode(""), 0, 1, 'C');
$this->Ln(5);
$this->Cell(95, 5, utf8_decode($this->main->getPresident()->getName()." ".$this->main->getPresident()->getSurname()), 0, 0, 'C');