Ver Mensaje Individual
  #5 (permalink)  
Antiguo 07/09/2007, 07:24
Avatar de azulón
azulón
 
Fecha de Ingreso: septiembre-2007
Mensajes: 1
Antigüedad: 17 años, 7 meses
Puntos: 0
Re: FPDF - table.ext

Hola, estoy empezando a usar el FPDF y tuve el mismo problema... A ver si lo puedo poner en inglés...

I've just test the same extension and got the same error. I think that there is a problem with the functions 'GetFontName()' and 'GetFontSize()' in the extension code... don't know why (I'm new to this FPDF).
A workaround: comment the 'if' statement dated on 9/29/2005 5:44PM and then the table is displayed.
With this, 'SetStyle' won't work, but you can set the font style using 'SetFont' in your page. Hope this could help you. (It work for me.)

¿Se entendió? Ojalá alguien pueda redactarlo mejor.

Saludos