My problem is as follows, I am doing a certificate in FPDF, and there are parts of strings that have to be in bold eg:
CODE:
$nome="Marco";
$string1="Certifica-se que ".$nome;
$pdf->Cell('160','8',$string1,0,1,'L',false);
The result w...
asked by
23.06.2016 / 18:58