From e5fe8a772caaabb373e9e815ecf2655eb56fed20 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Thu, 8 Sep 2016 12:33:31 +0530 Subject: done minor changes --- pdf/generate_pdf.inc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pdf') diff --git a/pdf/generate_pdf.inc b/pdf/generate_pdf.inc index e9a8f36..aca2837 100755 --- a/pdf/generate_pdf.inc +++ b/pdf/generate_pdf.inc @@ -268,6 +268,9 @@ function generate_undertaking_form_pdf() $pdf->SetFont('Arial', 'B', 25); $pdf->Ln(30); $pdf->Cell(200, 8, 'Undertaking Form', 0, 1, 'C'); + $pdf->Ln(0); + $pdf->SetFont('Arial', 'B', 10); + $pdf->Cell(200, 8,'(To be signed by college teacher)', 0, 1, 'C'); $pdf->Ln(20); $pdf->SetFont('Arial', '', 12); $pdf->MultiCell(200, 8, 'I hereby certify that all the codes written by ' .$gender['salutation'] . ' ' . $data3->full_name . ' under the Scilab Textbook Companion Project for the book '.$data2->book . ' ( Author: ' . $data2->author . ', Edition: ' . $data2->edition . ', Publisher: ' . $data2->publisher . ', Year: ' . $data2->year . ') are correctly reproducing the results given in the aforementioned book.', 0); -- cgit