views:

63

answers:

0

Cheers,

we are having the following problem while generating PDF reports with the Birt framework - when the content is a table that has many rows in it then the rows get stacked together. We'd like to split the content into more pages.

When we set the PDFRenderOption's PAGE_OVERFLOW to OUTPUT_TO_MULTIPLE_PAGES we can only see that the report is paginated vertically, but not horizontally.

I also found out that we could put vertical page breaks on the table, but that would require calculating which column would overflow for each column.

Is there some automatic way to do horizontal overflow pagination?

Many thanks!