Re: Table cell too large vertically
Robin Becker <[email protected]>
| Newsgroups | gmane.comp.python.reportlab.user |
|---|---|
| Message-ID | <[email protected]> |
On 22/03/2016 14:50, Blake McBride wrote: > Hi, > >........ > and then print the rest of the same row on a new page. In other words, if > the size of a single row exceeds the vertical space on a whole page, > reporlab should split the extra large row into multiple pages rather than > issue an exception. The line that causes the error is: > Hi Blake, Unfortunately we don't split cells; your only options are to reduce the size of the fonts in the problematic cell or use some other method to reduce the cell's height. -- Robin Becker