phpbar.de logo

Mailinglisten-Archive

[php] Druckbereich (FPDF)

[php] Druckbereich (FPDF)

Bladeck Daniel php_(at)_phpcenter.de
Tue, 1 Oct 2002 16:09:40 +0200


Hallo,

ich Teste das jetzt schon seit heute Mittag aber einen Zeilenumbruch macht
er nicht!

> > foreach($data as $row)
> > {
> >   $hoehe = ceil ( $this->GetStringWidth($data[$i][1]) / 90 ) * 6;
> >   $this->Cell(25,$hoehe,$data[$i][0],1);
> >   $this->Cell(90,$hoehe,$data[$i][1],1);                  // <-- Länger
9cm
> > ???
> >   $this->Cell(10,$hoehe,$data[$i][2].'%',1,0,'C');
> >   $this->Cell(15,$hoehe,$data[$i][3],1,0,'C');
> >   $this->Cell(25,$hoehe,$data[$i][4],1,0,'R');
> >   $this->Cell(25,$hoehe,$data[$i][5],1,0,'R');
> >   $this->Ln();
> >   $i++;
> > }


Danke Daniel Bladeck

> Internet: http://www.daniel-bladeck.de
> E-Mail: Daniel_(at)_bladeck.de


php::bar PHP Wiki   -   Listenarchive