This commit is contained in:
KANE LAZENI 2026-03-18 07:10:49 +00:00
parent ed892740f3
commit 5941a7bb64

View File

@ -30,14 +30,15 @@ class ControleurAjaxavenantincorporation extends Controleurrequete
$pdf->SetMargins(10, 10, 10) ;
$pdf->Image($_SESSION['dossierImage'].'/logo_etat.png',10,10,180);
$pdf->SetFont('Arial','B', 15);
$pdf->SetY(30);
$pdf->SetY(35);
$pdf->SetFillColor(135,206,250); // bleu
$pdf->Cell(0,$ht,convertirc("INCORPORATION ENDORSEMENT"),1,1,'C',true);
$pdf->Image($_SESSION['dossierImage'].'/logo_etat.png',10,10,180);
$pdf->SetFont('Arial','B', 10);