Hi there,
i would like to edit the global PDF Export Template in Confluence, so that tables will fit to the page.
At the moment, bigger tables will be cut off the page on the right side, because single columns won't do a break.
i tried with
table {
table-layout:fixed;
}
but this affects only smaller tables and changes their width to the page.
Bigger tables still get cut off on the right side and will not be adjusted to the page size.
Does anybody know how to do this?
Thanks in advance!
Alex
HI Alexander,
I tried the following on my PDF stylesheet:
table
{
table-layout:auto !important;
width: auto !important;
}
This allowed all 13 columns to be displayed on a single page and none were cut off as they would have been previously. Perhaps this will help you?
Regards,
Shannon
Hi Shannon,
doesn't work with my tables :-(
But i tried a bit with test tables and could find the "error". The problem is that if you have a long text in one column without space between the text (i.e. an URL), the text will have no break in the pdf export.
I attached two screenshots. One is the table in Confluence, doing automatic break in column 2. The other is the pdf export from that page. Column 2 will have no break in it, so it is not able to fix the table to the page.
Is this a bug, or am i able to do a workaround?
Regards,
Alex
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.