Quantcast
Channel: Últimos conteúdos
Viewing all articles
Browse latest Browse all 14190

Problemas com DomPDF

$
0
0

Fatal error: Call to undefined method Inline_Frame_Decorator::normalise() in C:\wamp\www\criarpdf\dompdf\include\table_frame_decorator.cls.php on line 252

 

esta é a linha 252

 

241  function get_first_child() {

242    $c = $this->_frame->get_first_child();
243   if ( $c && $deco = $c->get_decorator() ) {
244      while ( $tmp = $deco->get_decorator() )
245        $deco = $tmp;      
246      return $deco;
247    } else if ( $c )
248      return $c;
249    else
250      return null;
251  }
252>>>>AQUI ESTA LINHA 252<<<<
253  function get_last_child() {
254    $c = $this->_frame->get_last_child();
255    if ( $c && $deco = $c->get_decorator() ) {
256      while ( $tmp = $deco->get_decorator() )
257        $deco = $tmp;      
258      return $deco;
259    } else if ( $c )
260      return $c;
261    else
262      return null;
263  }
 
sera que a formatação da minha tabela que nao esta dando certo com DOMPDF

Viewing all articles
Browse latest Browse all 14190