1

I’m using FPDF with PHP to generate reports. When the text is too long, it overflows. How can I stop this?

$string = "IT IS TOO LONG IT IS TOO LONG IT IS TOO LONG IT IS TOO LONG IT IS TOO LONG IT IS TOO LONG";
       $pdf->Cell(190,10,'Observations: '.$string.'',0,0,'C');
TRiG
  • 10,148
  • 7
  • 57
  • 107
daniela
  • 43
  • 1
  • 1
  • 7

0 Answers0