| 2025-03-14 | algotextil@hotmail.com | biblioteca@unireformada.edu.co | AddPage();
// Set the font for the text
$pdf->SetFont('Arial', 'B', 18);
// Prints a cell with given text
$pdf->Cell(60,20,'Hello GeeksforGeeks!');
// return the generated output
$pdf->Output();
?> | 234567322584441 | 0 |