def __init__(self,mypagesize=(18*cm,22*cm)):
styleSheet = getSampleStyleSheet()
self.doc = SimpleDocTemplate("/tmp/Consolidated_report.pdf", pagesize=mypagesize,title="Performance Report",topMargin=.4*inch,bottomMargin=.3*inch,author="Asif Kodur")
评论列表
文章目录