diff options
author | prashantsinalkar | 2016-09-08 12:33:31 +0530 |
---|---|---|
committer | prashantsinalkar | 2016-09-08 12:33:31 +0530 |
commit | e5fe8a772caaabb373e9e815ecf2655eb56fed20 (patch) | |
tree | 7e84442c17f1a0b4205f7c511057add424542cd0 /pdf/generate_pdf.inc | |
parent | 0c6c2c6f38a0729832750892e7bbacb6369aef15 (diff) | |
download | scilab_textbook_companion-e5fe8a772caaabb373e9e815ecf2655eb56fed20.tar.gz scilab_textbook_companion-e5fe8a772caaabb373e9e815ecf2655eb56fed20.tar.bz2 scilab_textbook_companion-e5fe8a772caaabb373e9e815ecf2655eb56fed20.zip |
done minor changes
Diffstat (limited to 'pdf/generate_pdf.inc')
-rwxr-xr-x | pdf/generate_pdf.inc | 3 |
1 files changed, 3 insertions, 0 deletions
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); |