python - How can I find out, if a page is full with reportlab PDF? -
i creating pdfs tables reportlib (with c.draw() ). don´t know, when page full because of dynamic content. how can check out, if @ end of page, can add footer , c.showpage() ?
canvas.draw() low level. if want stick canvas.draw have take care of everything.
instead, use platypus , make flowables, when place them in document reportlab.platypus.doctemplate.basedoctemplate
has several hooks can use control placement , flux.
Comments
Post a Comment