Welcome Guest, Not a member yet? Register   Sign In
i am using a pdf library using dompdf i have a problem
#4

[eluser]dinisptc[/eluser]
$this->load->library('pdf');
$this->pdf->load_view('onplans/list_my_projects_avatar',$Ddata);
$this->pdf->render();
//$this->pdf->stream("BEMVINDO.pdf",array("Attachment" => false));
$this->pdf->stream("BEMVINDO.pdf",$this->pdf->output());

i am now using $this->pdf->output()

and its not working keeps opening the pdf ,i just want to create it and save it to the disk

https://github.com/chrisnharvey/CodeIgni...or-Library


Messages In This Thread
i am using a pdf library using dompdf i have a problem - by El Forum - 06-05-2013, 04:14 AM
i am using a pdf library using dompdf i have a problem - by El Forum - 06-05-2013, 04:36 AM
i am using a pdf library using dompdf i have a problem - by El Forum - 06-05-2013, 04:37 AM
i am using a pdf library using dompdf i have a problem - by El Forum - 06-05-2013, 04:38 AM
i am using a pdf library using dompdf i have a problem - by El Forum - 06-05-2013, 05:05 AM
i am using a pdf library using dompdf i have a problem - by El Forum - 07-18-2013, 03:25 AM



Theme © iAndrew 2016 - Forum software by © MyBB