[reportlab-users] 2up duplex printing?
Andy Robinson
reportlab-users@reportlab.com
Fri, 22 Aug 2003 21:54:27 +0100
> hi
>
> i am making food menus with reportlab, these are printed duplex and
> bound so one phisycal page has 4 logical pages.
> what is the normal approach to reorder flowables so that there order
> is correct for this?
There is no normal approach, I think you are
the first person to ask us about this :-)
We do not have any general "imposition" routines,
so I guess you would have to make one "big page"
with crop marks and explicit placement of lots of
frames in the correct order.
- Andy