Class Attendance PDF loadHtml(‘ Student Name Email Phone Dog Name Dog Age Dog Breed 1 2 3 4 5 6 ‘);// (Optional) Setup the paper size and orientation$dompdf->setPaper(‘A4’, ‘landscape’);// Render the HTML as PDF$dompdf->render();// Output the generated PDF to Browser$dompdf->stream();?>