Ver Mensaje Individual
  #2 (permalink)  
Antiguo 11/03/2017, 17:20
Avatar de aviweb2015
aviweb2015
 
Fecha de Ingreso: abril-2016
Ubicación: venezuela
Mensajes: 215
Antigüedad: 8 años, 1 mes
Puntos: 1
Respuesta: mostrar imagen en una cell (celda) fpdf

lo he resulto anexo código:

Código PHP:
Ver original
  1. $pdf->Cell(10, 15, $i, 1,0,'C','R');
  2. $pdf->Cell(100, 15,$row['titulo'], 1,0,'C');
  3. $pdf->Cell(20,15, $pdf->Image('../galerias/'.$row['portada'], $pdf->GetX(), $pdf->GetY(),20),1);
  4. $pdf->Ln();
:
__________________
yoclens avilan