Utiliser chaîne largeur pour cellule avec
$string = fullname($USER);
$cellWidth = $pdf->GetStringWidth($string);
$pdf->Cell($cellWidth + 5, 0, $string, 0, 0, 'C', true);
Doc largeur de chaîne http://www.fpdf.org/en/doc/getstringwidth. htm
Documents de cellule http://www.fpdf.org/en/doc/cell.htm