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
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