hello all
i using the dompdf as said int he article.
http://codeigniter.com/wiki/PDF_generation_using_dompdf/
in my system, i am using AJAX method to show the html views. so when i
generate the pdf file, i do not get my view(HTML) files. I see the
message loading in the pdf file created.
I need help how can i use dompdf where my html page using AJAX method
the method i as using now is as below
$html_view = $this->load->view('sample_file',$data, true);
$this->load->helper(array('dompdf', 'file'));
dompdf_create($html_view, 'filename');
thanks for the support
dinomycle