Re: Table cell too large vertically
Blake McBride <[email protected]>
| Newsgroups | gmane.comp.python.reportlab.user |
|---|---|
| Message-ID | <CABwHSOv3wb56rHLH+OW+DcSAsG6exO68m=5qnPu_iBt1PGvSSg@mail.gmail.com> |
I can automate a solution if I know two things: 1. How tall a given block of text would be 2. Max cell height Can I get these? Thanks. Blake On Tue, Mar 22, 2016 at 10:17 AM, Robin Becker <[email protected]> wrote: > 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 > _______________________________________________ > reportlab-users mailing list > [email protected] > https://pairlist2.pair.net/mailman/listinfo/reportlab-users >