Ver Mensaje Individual
  #4 (permalink)  
Antiguo 13/01/2013, 12:19
Avatar de satjaen
satjaen
 
Fecha de Ingreso: septiembre-2012
Ubicación: Jaén (Andalucía)
Mensajes: 893
Antigüedad: 11 años, 8 meses
Puntos: 10
Respuesta: No me salen acentos ni Nº en PDF

Si sirve de algo también me imprime mal Técnico y Síntoma por Técnico: y SÃntoma:
Código PHP:
$pdf->SetFont('Arial','B',6);$pdf->Cell(30,10,'Técnico: ',0,0,'L');$pdf->SetFont('Arial','I',6);$pdf->Cell(40,10,$registro[17],0,0,'L');
$pdf->SetFont('Arial','B',6);$pdf->Cell(35,10,'Síntoma:',0,0,'L');$pdf->SetFont('Arial','I',6);$pdf->Cell(236,10,$registro[18],0,0,'L');