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() ?
|
feedback
|
|
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 | |||
|
feedback
|