Welcome Guest, Not a member yet? Register   Sign In
DOMPDF CSS Problem
#2

[eluser]joshq[/eluser]
here's the controller function
function pdf()
{
require_once("/dompdf/dompdf_config.inc.php");

$this->_prepare_data($data);
$htmlout = $this->load->view('resumepdf',$data, TRUE);

$dompdf = new DOMPDF();
//$dompdf->set_base_path(???);
$dompdf->load_html($htmlout);
$dompdf->render();
$dompdf->stream("resume.pdf");
}


Messages In This Thread
DOMPDF CSS Problem - by El Forum - 06-06-2010, 11:38 AM
DOMPDF CSS Problem - by El Forum - 06-06-2010, 11:51 AM
DOMPDF CSS Problem - by El Forum - 03-23-2012, 07:05 AM
DOMPDF CSS Problem - by El Forum - 03-23-2012, 07:31 AM
DOMPDF CSS Problem - by El Forum - 03-23-2012, 08:01 AM



Theme © iAndrew 2016 - Forum software by © MyBB