From ae29a93d0b0bbfb396a384c3a4f06f093db2fa78 Mon Sep 17 00:00:00 2001 From: Serreau Jovann Date: Sat, 29 Nov 2025 14:40:33 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20style(Pdf):=20Met=20=C3=A0=20jou?= =?UTF-8?q?r=20le=20champ=20de=20signature=20dans=20le=20PDF=20pour=20une?= =?UTF-8?q?=20meilleure=20apparence.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Service/Pdf/AgGenerator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Service/Pdf/AgGenerator.php b/src/Service/Pdf/AgGenerator.php index 459309a..19d7a58 100644 --- a/src/Service/Pdf/AgGenerator.php +++ b/src/Service/Pdf/AgGenerator.php @@ -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');