diff options
author | Sashi20 | 2018-05-31 11:12:15 +0530 |
---|---|---|
committer | GitHub | 2018-05-31 11:12:15 +0530 |
commit | 95f212cec0d46ff4fc3eb93d674f1fcf9d24738f (patch) | |
tree | 80d7241a3a81353d8fec7ca6e4b6e224d40df02a | |
parent | 5db0bb72ea4aa42cc77423638400aafe6806d4f4 (diff) | |
parent | e631191f9c1f74a5f35d2571b586a849465bc504 (diff) | |
download | dwsim_flowsheet-95f212cec0d46ff4fc3eb93d674f1fcf9d24738f.tar.gz dwsim_flowsheet-95f212cec0d46ff4fc3eb93d674f1fcf9d24738f.tar.bz2 dwsim_flowsheet-95f212cec0d46ff4fc3eb93d674f1fcf9d24738f.zip |
Merge pull request #29 from Sashi20/drupal_7.x
Adjustment made to the signature
-rwxr-xr-x | pdf/cert_new.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pdf/cert_new.inc b/pdf/cert_new.inc index ca1ae8f..f66b343 100755 --- a/pdf/cert_new.inc +++ b/pdf/cert_new.inc @@ -130,11 +130,11 @@ function generate_pdf() $pdf->SetX(200); $pdf->Ln(16); $pdf->Cell(240, 8, 'Prof. Kannan M. Moudgalya', 0, 1, 'R'); - $pdf->SetX(199); + $pdf->Ln(-2); $pdf->SetFont('Arial', '', 10); - $pdf->Cell(0, 7, 'Principal Investigator - FOSSEE', 0, 1, 'L'); - $pdf->SetX(190); - $pdf->Cell(0, 7, ' Dept. of Chemical Engineering, IIT Bombay.', 0, 1, 'L'); + $pdf->Cell(240, 8, 'Principal Investigator - FOSSEE', 0, 1, 'R'); + $pdf->Ln(-2); + $pdf->Cell(240, 8, ' Dept. of Chemical Engineering, IIT Bombay.', 0, 1, 'R'); $pdf->SetX(29); $pdf->SetFont('Arial', 'B', 10); $pdf->SetY(-58); |