i have following code in the controller file which check for post varible pdf and execute following code
if(isset($_POST[\'pdf\']) && $_POST[\'pdf\']
You need to load model before use . Try this
$this->load->model('votput_model'); $this->votput_model->pdf($PDF_Name,$final_view);