Tom Smitch wrote:
I have big problem.I'm writing document that will contain large table ( with
many colums and rows). It is important that the generated PDF will be
printer friendly, with no data lost, and  columns and rows not broken in the
middle. If there is not enough room for all the columns in the printed page
I want that the next page will print the columns that couldnt fit in the
previous page. The same with rows.

Is this possible with apache-fop?

You can use keep-together="always" on the table rows to avoid
rows being split. I'm not sure how you define "columns broken
in the middle."  In XSLFO, a table must fit the page width. Even
explicitly distributing a wide table onto adjacent page is not
possible with XSLFO 1.0, which is what FOP implements.

J.Pietschmann

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to