How do I continue a content to a next page in Reportlabs - Python

后端 未结 2 1150
野性不改
野性不改 2021-01-17 18:08

I\'m making a table, where the table can be either small or large depending upon the data being received.

While I was providing a huge data set, I noticed that altho

2条回答
  •  既然无缘
    2021-01-17 18:22

    I'd advice using the more high-level primitives of reportlab, that is, document templates, frames and flowables. That way, you get splitting for "free". An example from the related questions

提交回复
热议问题