SetFont('Arial','B', 11); $pdf->Cell(55,$ht,convertirc(_("PERIODE")),1,0,'C',false); $pdf->Cell(45,$ht,convertirc(_("MONTANT HT")),1,0,'C',false); $pdf->Cell(45,$ht,convertirc(_("TAXES")),1,0,'C',false); $pdf->Cell(45,$ht,convertirc(_("TOTAL")),1,1,'C',false); $pdf->SetFont('Arial','', 11); $pdf->Cell(55,$ht,convertirc("DU ".datelang($entetefacturegarant['dateDebut'],$_SESSION['lang'])." AU ".datelang($entetefacturegarant['dateFin'],$_SESSION['lang'])),1,0,'C',false); $pdf->Cell(45,$ht,convertirc(format_N($entetefacturegarant['montantHt'])),1,0,'C',false); $pdf->Cell(45,$ht,convertirc(format_N($entetefacturegarant['taxe'])),1,0,'C',false); $pdf->Cell(45,$ht,convertirc(format_N($entetefacturegarant['montantTtc'])),1,1,'C',false); $pdf->SetFont('Arial','B', 11); $pdf->Cell(55,$ht,convertirc("Solde : "),0,0,'C',false); $pdf->Cell(45,$ht,convertirc(format_N($entetefacturegarant['montantHt'])),0,0,'C',false); $pdf->Cell(45,$ht,convertirc(format_N($entetefacturegarant['taxe'])),0,0,'C',false); $pdf->Cell(45,$ht,convertirc(format_N($entetefacturegarant['montantTtc'])),0,1,'C',false); $x1=10; $y1 = $pdf->GetY(); $x2=200; $y2=$y1; $pdf->Line($x1, $y1, $x2, $y2); require("piedfacture.php");