I am creating PDFs tables with Reportlib (with c.draw() ). I don“t know, when the page is full because of the dynamic content. How can I check out, if I am at the end of the page, so that I can add an footer and do c.showPage() ?

link|improve this question
feedback

1 Answer

canvas.draw() is too low level. If you want to stick with canvas.draw you have to take care of everything.

Instead, use Platypus and make Flowables, when you place them in your document reportlab.platypus.doctemplate.BaseDocTemplate has several hooks you can use to control placement and flux.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.