Hi when I am exporting to PDF I am getting a text in columns where a word will split in the middle and continue in the next sentence. I think this is because there are a lot of columns. I have tried to change the table format to auto but has not helped. Any ideas please.
@pagetTeng
{
/*A4-sized pages in landscape orientation are 290 mm wide by 230 mm long*/
size: 290mm 230mm;
}
@pagetTeng
{
size: 290mm 230mm;
margin: 0.5mm;
table.autoTableLayout {
table-layout: auto !important;
width: auto !important;
word-wrap: normal;
Look at this posts, maybe can help you
https://community.atlassian.com/t5/Confluence-questions/Confluence-Tables-in-PDF/qaq-p/1174588
https://confluence.atlassian.com/alldoc/confluence-documentation-directory-12877996.html
https://confluence.atlassian.com/display/DOC/Providing+PDF+Versions+of+your+Technical+Documentation
Cheers
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.