[reportlab-users] Consuming two frames with a Paragraph
Andy Robinson
andy at reportlab.com
Mon Sep 20 08:43:45 EDT 2010
On 20 September 2010 08:27, Federico Fanton <federico at panizzolo.it> wrote:
> I need to achieve this behaviour:
> - if a Paragraph doesn't fit inside Frame A, split it and fill Frame B too.
> - if a Paragraph DOES fit inside Frame A, leave Frame B empty (using up its
> space).
>
> In both cases, the next Paragraph has to start at Frame A of the next page.
It sounds like you should just be able to add a PageBreak() in the
story after your paragraph, and the right things should happen.
Have you tried that?
- Andy
More information about the reportlab-users
mailing list