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

Popular posts from this blog

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -

java - Getting corefrences with Standard corenlp package -

jQuery clickable div with working mailto link inside -