\src\reportlab\platypus\doctemplate.py",(故事)文件第1117行中,在build BaseDocTemplate.build(self,flowables,canvasmakerreportlab\platypus\frames.py",(可流动)文件第763行中,在handle_flowable if frame.add(f,canv,trySplit=self.allowSplitting
我正在使用ReportLab在python中工作。我需要生成PDF格式的报告。数据正在从数据库中检索并插入到表中。下面是简单的代码:from reportlab.lib.pagesizes import letter
from reportlab.platypusimport SimpleDocTemplate,