Questions tagged as 'reportlab'

0
answers

how ranks work in reportlab in the creation of a pdf in python

Could you explain to me how the ranges that are placed on the stythos work? table.setStyle([('VALIGN', (0, 0), (-1, -1), 'TOP'), ('LINEABOVE', (1, 0), (1, 0), 1, colors.black), ('LINEABOVE', (3, 0), (3,...
asked by 24.04.2018 / 19:12
1
answer

Django ReportLab

Good I have the following doubt I am doing a function to return a pdf with a graph I am doing with ReportLab my question is the following as I indicate to the canvas that I paint my graph and return it in the pdf generated now it returns the pdf...
asked by 21.09.2017 / 17:17
2
answers

Delay when generating a PDF with Python and Reportlab

My doubt is in the time that my application is delayed at the moment I want to generate a PDF report, with python and reportlab. while they are up to 20 pages the application does not take long, in just seconds it generates the report in PDF, bu...
asked by 01.11.2017 / 14:47