No title

Manual PM Later Certificate

Manual PM Later Certificate

This is to certify that the animal described below is registered with our organization.

Certificate Details:

Certificate Name: ' . $certificate_name . '
Certificate Number: ' . $certificate_number . '
Issue Date: ' . $issue_date . '
Expiry Date: ' . $expiry_date . '

Animal Details:

Name: ' . $animal_name . '
Species: ' . $animal_species . '
Breed: ' . $animal_breed . '
Age: ' . $animal_age . '
Sex: ' . $animal_sex . '
'; // Create a PDF file from the template require_once('tcpdf/tcpdf.php'); $pdf = new TCPDF(PDF_PAGE_ORIENTATION, PDF_UNIT, PDF_PAGE_FORMAT, true, 'UTF-8', false); $pdf->AddPage(); $pdf->SetFont('Helvetica', '', 12); $pdf->writeHTML($template, true, false, true, false, ''); $pdf->Output('manual_pm_later_certificate.pdf', 'D'); ?> ```

Post a Comment

Previous Post Next Post