a
This commit is contained in:
parent
ed892740f3
commit
5941a7bb64
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user