diff options
author | prashantsinalkar | 2016-11-23 17:27:58 +0530 |
---|---|---|
committer | prashantsinalkar | 2016-11-23 17:27:58 +0530 |
commit | 7e2359f74ada3c350f98915efed594d9e05aa548 (patch) | |
tree | 6fff8d164d813be863870cc855497ec987a0e1df /pdf/generate_pdf.inc | |
parent | 8a5b302b49989043ff3555ebfdc098998da2cd1d (diff) | |
download | scilab_textbook_companion-7e2359f74ada3c350f98915efed594d9e05aa548.tar.gz scilab_textbook_companion-7e2359f74ada3c350f98915efed594d9e05aa548.tar.bz2 scilab_textbook_companion-7e2359f74ada3c350f98915efed594d9e05aa548.zip |
changes done in the certificate content
Diffstat (limited to 'pdf/generate_pdf.inc')
-rwxr-xr-x | pdf/generate_pdf.inc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/pdf/generate_pdf.inc b/pdf/generate_pdf.inc index f3ca225..fee2d96 100755 --- a/pdf/generate_pdf.inc +++ b/pdf/generate_pdf.inc @@ -73,11 +73,11 @@ function generate_pdf() $pdf->SetTextColor(0, 0, 0); $pdf->Cell(240, 8, 'from ' . $data3->university . ' has successfully', '0', '1', 'C'); $pdf->Ln(0); - $pdf->Cell(240, 8, 'completed Internship under Scilab Textbook Companion for a duration equivalent to six weeks', '0', '1', 'C'); + $pdf->Cell(240, 8, 'completed Internship under Scilab Textbook Companion', '0', '1', 'C'); $pdf->Ln(0); - $pdf->Cell(240, 8, 'He/She has coded in Scilab, all the solved examples of the allotted', '0', '1', 'C'); + $pdf->Cell(240, 8, 'He/she has coded '. $number_of_example .'solved examples using Scilab from the', '0', '1', 'C'); $pdf->Ln(0); - $pdf->Cell(240, 8, 'textbook: ' . $data2->book . ', Author: ' . $data2->author . '.', '0', '1', 'C'); + $pdf->Cell(240, 8, 'book: ' . $data2->book . ', Author: ' . $data2->author . '.', '0', '1', 'C'); $pdf->Ln(0); } //strtolower($data3->branch) != "others" else @@ -85,9 +85,9 @@ function generate_pdf() $pdf->SetTextColor(0, 0, 0); $pdf->Cell(240, 8, 'from ' . $data3->university . ' has successfully', '0', '1', 'C'); $pdf->Ln(0); - $pdf->Cell(240, 8, 'completed a Scilab Textbook Companion', '0', '1', 'C'); + $pdf->Cell(240, 8, 'completed Internship under Scilab Textbook Companion', '0', '1', 'C'); $pdf->Ln(0); - $pdf->Cell(240, 8, 'He/She has created S project files for all the solved simulation example in the', '0', '1', 'C'); + $pdf->Cell(240, 8, 'He/she has coded '. $number_of_example .'solved examples using Scilab from the', '0', '1', 'C'); $pdf->Ln(0); $pdf->Cell(240, 8, 'textbook: ' . $data2->book . ', Author: ' . $data2->author . '.', '0', '1', 'C'); $pdf->Ln(0); |