You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am putting an image inside a cell, but something strange happens to me, the image appears but also a number printed in the cell. Does anyone know why this could be? This only happens when I add the image, without it it doesn't show it.
The code I use is the following:
$pdf->Cell(30, 80, $pdf->Image('images/foto.png', $pdf->GetX(), $pdf->GetY()-10,'',''), 1, 0, 'C', FALSE, '', 0, FALSE, 'C', 'B');
Attached capture
Thanks in advance
The text was updated successfully, but these errors were encountered:
Hello everyone,
I am putting an image inside a cell, but something strange happens to me, the image appears but also a number printed in the cell. Does anyone know why this could be? This only happens when I add the image, without it it doesn't show it.
The code I use is the following:
$pdf->Cell(30, 80, $pdf->Image('images/foto.png', $pdf->GetX(), $pdf->GetY()-10,'',''), 1, 0, 'C', FALSE, '', 0, FALSE, 'C', 'B');
Attached capture
Thanks in advance
The text was updated successfully, but these errors were encountered: