pdf reportes v2

parent bed78b9e
...@@ -379,7 +379,7 @@ def PDFGenerator(request,ruta, reporteDir, datasets): ...@@ -379,7 +379,7 @@ def PDFGenerator(request,ruta, reporteDir, datasets):
c.drawString(440, h - 165, 'SCL') c.drawString(440, h - 165, 'SCL')
c.drawImage(USERS_PATH + 'header.png', 170, h - 90, width=300, height=70) c.drawImage(USERS_PATH + 'header.png', 170, h - 90, width=300, height=70)
# Thumb image # # Thumb image #
c.drawImage(thumbs + file, 70, h - 470, height=300, width=200,mask='auto') c.drawImage(thumbs + file, 70, h - 470, height=300, width=200,mask='auto')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment