I have created table using cells in FPDF..But Im not able to give padding for the cells and the text starts exactly near to the margin.How can we give a padding space at the beginning of the text.
I have attached the code here
$w = array(90, 20, 20, 12, 20); for($i=0;$i<count($header);$i++) { $this->Cell($w[$i],7,$header[$i],1,0,'L',true); } The output is as below
BUt I want it to be disaplyed with left padding as below

