Ver Mensaje Individual
  #3 (permalink)  
Antiguo 04/05/2010, 18:38
Avatar de mayid
mayid
Colaborador
 
Fecha de Ingreso: marzo-2009
Ubicación: BsAs
Mensajes: 4.014
Antigüedad: 15 años, 1 mes
Puntos: 101
Respuesta: html2fpdf - errores de buffer?

Descubrí que esto no tiene que ver con contenidos no interpretados de PHP!

Estoy poniendo mi html (original) en la variable $html. Y ahora veo que el error tiene que ver con los atributos id y class:
Cita:
<div id="top"></div>

<div id="header">

<div id="logo">
Para ese html obtengo estos errores:

Cita:
Notice: Undefined index: top in C:\wamp\www\manual26\AoI Manual\Library\makePDF\html2fpdf.php on line 805

Notice: Undefined index: header in C:\wamp\www\manual26\AoI Manual\Library\makePDF\html2fpdf.php on line 805

Notice: Undefined index: logo in C:\wamp\www\manual26\AoI Manual\Library\makePDF\html2fpdf.php on line 805
Que será?

La pagina oficial de este proyecto esta mayormente rota, dicho sea de paso:
http://html2fpdf.sourceforge.net/ (click en features / faq, etc)