from reportlab.pdfgen import canvas from reportlab.platypus import * from ... doc = SimpleDocTemplate("table.pdf", pagesize=letter) element ...
確定! 回上一頁