I am using FPDF to generate a report, and i need to align the number on right taking the number on top(Year) by reference. But I am having a problem on this align.
If i use a function Cell like this:
$pdf->Cell(0,5,$alue,'B',1,'D');
All values stay on right Overlapping.
I tried to use a function SetX but did not changed anything.