Welcome Guest, Not a member yet? Register   Sign In
pdf export with unicode using mpdf
#1

[eluser]Bigil Michael[/eluser]
I have completed pdf export with malayalam font (indian) statically, using mpdf. When I read contents from database only square boxes are printing. Can any one help me ??

Code given below

Code:
$data['description'] = 'ആ സമയത്താണ് തമിഴിലെ സൂപ്പര്‍ ഹിറ്റ് ' ;
  $html = $this->load->view("admin/authors/test",$data,TRUE);
  $this->load->library('mpdf57/mpdf');
  $this->mpdf=new mPDF('utf-8','A4','','',32,25,27,25,16,13);
  $this->mpdf->WriteHTML($html,2);
  $this->mpdf->Output('mpdf.pdf','I');
It runs successfully

Code:
$row =   $this->Authors_model->get_selected($selected_authors);
  $data['description'] = entities_to_ascii($row->description);  
  $html = $this->load->view("admin/authors/test",$data,TRUE);  
  $this->load->library('mpdf57/mpdf');
  $this->mpdf=new mPDF('utf-8','A4','','',32,25,27,25,16,13);
  $this->mpdf->WriteHTML($html,2);
  $this->mpdf->Output('mpdf.pdf','I');
It prints square boxes


database like this
Code:
മല

Can any one help me to solve this issue......


Messages In This Thread
pdf export with unicode using mpdf - by El Forum - 10-17-2013, 04:48 AM
pdf export with unicode using mpdf - by El Forum - 10-19-2013, 01:48 AM
pdf export with unicode using mpdf - by El Forum - 10-21-2013, 10:00 PM
pdf export with unicode using mpdf - by El Forum - 10-22-2013, 02:10 AM
pdf export with unicode using mpdf - by El Forum - 10-22-2013, 02:35 AM
pdf export with unicode using mpdf - by El Forum - 10-22-2013, 02:55 AM
pdf export with unicode using mpdf - by El Forum - 10-22-2013, 03:44 AM
pdf export with unicode using mpdf - by El Forum - 10-22-2013, 04:34 AM
pdf export with unicode using mpdf - by El Forum - 10-22-2013, 04:56 AM
pdf export with unicode using mpdf - by El Forum - 10-22-2013, 06:50 AM
pdf export with unicode using mpdf - by El Forum - 10-22-2013, 10:38 PM
pdf export with unicode using mpdf - by El Forum - 10-23-2013, 02:06 AM
pdf export with unicode using mpdf - by El Forum - 10-23-2013, 09:39 PM



Theme © iAndrew 2016 - Forum software by © MyBB