Welcome Guest, Not a member yet? Register   Sign In
CodeIgniter Community Voice - Generating PDF files using CodeIgniter
#59

[eluser]Felix Cheruiyot[/eluser]
I find this quite helpful but I have a little problem.

I have managed to generate a pdf file from mysql result but the problem comes in the justification part when handling tabular data.
I’m handling currency data hence I prefer it justified right. Below is how I passed the justification option but It seems not to work.Someone Please help.

$options=array(‘justification’=>’right’);
$this->cezpdf->ezTable($data['display_results'], $titlecolumn,’Payroll Report’,$options);


Messages In This Thread
CodeIgniter Community Voice - Generating PDF files using CodeIgniter - by El Forum - 08-09-2011, 01:14 PM



Theme © iAndrew 2016 - Forum software by © MyBB