Código PHP:
$pdf->SetFillColor(0,102,204);
$pdf->SetTextColor(255,255,255);
$pdf->Cell(0,0,strtoupper($spaisnp),1,2,"L",1);
$pdf->SetFillColor(240,240,240);
$pdf->SetTextColor(153,0,0);
$pdf->SetFont("Arial","B",10);
$pdf->Cell(0,0,$stitulonp,0,2,"L",1,$slink);
$pdf->SetFont("Arial","",10);
$pdf->SetTextColor(102,102,102);
$pdf->Cell(0,0,$ssubtitulonp,0,2,"L",1);
$pdf->MultiCell(0,0,$sautornp." ".$sciudadnp." ".$ssumillanp,0,"J",1);