Alexander Dyuzhev created FOP-3134:
--------------------------------------
Summary: Long table footer overflows the page
Key: FOP-3134
URL: https://issues.apache.org/jira/browse/FOP-3134
Project: FOP
Issue Type: Bug
Affects Versions: 2.8
Reporter: Alexander Dyuzhev
Attachments: image-2023-06-15-20-02-26-537.png,
image-2023-06-15-20-08-39-315.png, long_table_footer.fix.fo,
long_table_footer.fo, long_table_footer.pdf, long_table_footer_fix.pdf
I have a simple XSL-FO with the table with multi rows footer -
[^long_table_footer.fo]
The resulted PDF [^long_table_footer.pdf] is wrong:
- big empty space on the 1st page
- table footer doesn't fit to the 2nd page
!image-2023-06-15-20-02-26-537.png!
To fix it _visually_ I can move the long table footer into the separate table
[^long_table_footer.fix.fo], and the resulted PDF [^long_table_footer_fix.pdf]
looks as expected:
!image-2023-06-15-20-08-39-315.png!
BUT I have to generate the PDF/UA with the structure tags tree, and the table
should be one with footer.
The links to the issues:
*
[https://stackoverflow.com/questions/41625388/table-footer-doesnt-page-break-using-apache-fop]
*
[https://github.com/metanorma/metanorma-iso/issues/1001#issuecomment-1593341473]
--
This message was sent by Atlassian Jira
(v8.20.10#820010)