Make text wrap in a cell with FPDF?
Text Wrap: The MultiCell is used for print text with multiple lines. It has the same atributes of Cell except for ln and link. $pdf->MultiCell( 200, 40, $reportSubtitle, 1); Line Height: What multiCell does is to spread the given text into multiple cells, this means that the second parameter defines the height of each line … Read more