使用 DOMPDF 创建 PDF 时出错
Error while creating a PDF using DOMPDF
我正在使用 DOMPDF version (0.6 beta)
。我收到以下错误:
Fatal error: Call to a member function append_child() on null in C:\xampp\htdocs\practice\application\helpers\dompdf\include\frame_tree.cls.php on line 220
这是我的代码片段:
$this->load->helper(array('dompdf', 'file'));
$quoteId = $this->uri->segment('4');
$filename ='ship-'.uniqid().'.pdf';
$data = pdf_create($html, '', false);
$html = file_get_contents(BASE_URL.'index.php/admin/quotes/createQuotePDF/'.$quoteId);
过去 4 小时我一直被这个错误困扰。
无法从 Google 那里得到太多,因为 well.Any 帮助将不胜感激
我意识到我犯了什么错误。我包含了太多无法使用最小内联样式 handle.Then 实现的样式,而且效果很好
我正在使用 DOMPDF version (0.6 beta)
。我收到以下错误:
Fatal error: Call to a member function append_child() on null in C:\xampp\htdocs\practice\application\helpers\dompdf\include\frame_tree.cls.php on line 220
这是我的代码片段:
$this->load->helper(array('dompdf', 'file'));
$quoteId = $this->uri->segment('4');
$filename ='ship-'.uniqid().'.pdf';
$data = pdf_create($html, '', false);
$html = file_get_contents(BASE_URL.'index.php/admin/quotes/createQuotePDF/'.$quoteId);
过去 4 小时我一直被这个错误困扰。 无法从 Google 那里得到太多,因为 well.Any 帮助将不胜感激
我意识到我犯了什么错误。我包含了太多无法使用最小内联样式 handle.Then 实现的样式,而且效果很好