SetLeftMargin(10); $p->SetRightMargin(10); $p->SetTopMargin(10); $p->SetAutoPageBreak(true,10); $p->AddPage(); $p->SetFont('arialpl','B',16); $x=0; $y=0; foreach($ar as $a){ $p->Image('modules/EcmCharts/files/'.$a.'.png',$x,$y,190);$p->Ln(); $x=$p->GetX(); $y=$p->GetY(); } $p->Output("Chart.pdf","I"); ?>