We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8528d8 commit 602f8ebCopy full SHA for 602f8eb
participantPdfs.py
@@ -73,6 +73,7 @@ def initNewPDFPage(pdf, (pageWidth, pageHeight), shaastra_id, username):
73
# Leave a margin of one cm at the top
74
75
y = pageHeight - inch
76
+ x = inch
77
78
im = Image("/home/shaastra/hospi/participantPDFs/shaastralogo.jpg", width=2*inch, height=2*inch)
79
im.hAlign = 'LEFT'
0 commit comments