Použijte řetězec šířka buňky s
$string = fullname($USER);
$cellWidth = $pdf->GetStringWidth($string);
$pdf->Cell($cellWidth + 5, 0, $string, 0, 0, 'C', true);
Šířka řetězce doc http://www.fpdf.org/en/doc/getstringwidth. htm
Cell docs http://www.fpdf.org/en/doc/cell.htm