summaryrefslogtreecommitdiff
path: root/pdf/generate_pdf.inc
diff options
context:
space:
mode:
authorprashantsinalkar2017-01-12 12:35:33 +0530
committerprashantsinalkar2017-01-12 12:35:33 +0530
commit691bf375964d76eea4025d15df75429c0823fe08 (patch)
tree64f673eaded2d56c080b4cf7c890df42b2a029ec /pdf/generate_pdf.inc
parent8a224b268bfbecdb3d9d80ffe637a2f2938feb7d (diff)
downloadDWSIM_textbook_companion-691bf375964d76eea4025d15df75429c0823fe08.tar.gz
DWSIM_textbook_companion-691bf375964d76eea4025d15df75429c0823fe08.tar.bz2
DWSIM_textbook_companion-691bf375964d76eea4025d15df75429c0823fe08.zip
fixed qr code string alignment
Diffstat (limited to 'pdf/generate_pdf.inc')
-rwxr-xr-xpdf/generate_pdf.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/pdf/generate_pdf.inc b/pdf/generate_pdf.inc
index 01694f4..af9e361 100755
--- a/pdf/generate_pdf.inc
+++ b/pdf/generate_pdf.inc
@@ -156,7 +156,7 @@ function generate_pdf()
$pdf->Cell(0, 7, ' Dept. of Chemical Engineering, IIT Bombay.', 0, 1, 'L');
$pdf->SetX(29);
$pdf->SetFont('Arial', 'B', 10);
- $pdf->SetY(-57);
+ $pdf->SetY(-58);
$pdf->SetX(28);
$pdf->Cell(0, 2, $UniqueString, 0, 0, 'C');
$pdf->SetX(29);