I have a Confluence page which uses the Table Excerpt feature to bring together information from various pages into a single page. I've set the Space parameter to print in landscape and default to a large tabloid size paper (to ensure some tables adequately fill the page and remain readable).
However, the problem I have now is the page breaks will happen in the middle of a table row (splitting the line of text in half, making that line of text unreadable). How can I prevent this (e.g., can the tables be split only between the rows)?
In Confluence, table rows can be split in PDF exports. To prevent this: use CSS table tr { page-break-inside: avoid; } if allowed, or try a PDF export app like Scroll PDF Exporter, which keeps rows together.
Just adding to @mr john's answer, in Scroll PDF Exporter, you can specify page breaks and determine which macros should be kept together on a single page (code blocks, etc.).
https://help.k15t.com/scroll-pdf-exporter/6.3/cloud/keep-content-together
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.