2.4.2. Page Output (layout.pages.output)

class layout.pages.output.PagesLM(elements: Sequence[layout.managers.root.LayoutElement] = []) → None

A layout manager that puts each element in its content list on separate pages of a ReportLab document.

render(rect, data)

Render the pages into the given rectangle on subsequent pages of the output. This actually outputs the page change, so the rectangle given should be the whole page rectangle, not a portion of it.