Hi community, we have a page who contain a lot of table. But when i export the page in PDF, the word at the end of the table are divided in two.
https://drive.google.com/file/d/1exPI6Tq1W9m7WHWZYMQoBD22spDpe5uc/view?usp=drive_link
Need some help!!!
Here our css config : @page { @Top-center { content: ""; /* This is the content that will appear in the header */ font-family: ConfluenceInstalledFont, Helvetica, Arial, sans-serif; font-size: 8pt; } @bottom-center { content: "Page " counter(page); /* This is the content that will appear in the footer */ font-family: ConfluenceInstalledFont, Helvetica, Arial, sans-serif; font-size: 8pt; } /* Any other page-specific rules */ .fsTitlePage { margin-left: auto; margin-top: 50mm; margin-right: auto; page-break-after:always; } .fsTitle { font-size: 42px; font-weight: bold; margin: 72px 0 4px 0; text-align:center; } body, p, li, td, table, tr, .bodytext, .stepfield { word-wrap: normal; } .wiki-content p { word-wrap: normal; } }
Hi @Jonathan Vallee welcome to the community. You can double check, but I think CONFCLOUD-80347 might be your issue. There are several issues with exporting Confluence pages, but I think that one is the closest. If that's your issue, or if you find another one, I would suggest voting for and watching it for updates. If you're not 100% sure, you can always contact Support for further clarification. I would certainly have some examples for them to review.
Hope that helps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.