-
Bug
-
Resolution: Duplicate
-
Low
-
None
-
6.2.1
-
None
-
Severity 3 - Minor
-
NOTE: This bug report is for Confluence Server.
In a Page with a long table, when exporting to PDF it cuts columns off the table. This is the same bug as referred by CONFSERVER-34390, altough the upgrade does not solve the bug as stated in the bug report above.
Reproduction steps:
- Create a new page
- Create a table with 15 columns (number of rows shouldn't matter)
- Paste a 10 character string into each of the columns
- Save the page
- Export to PDF
Expected behavior
The table shrinks to fit the page, see conf544.pdf attachment.
Actual behavior
The table gets cut off.
Workaround
Have Confluence change the generated PDF by adding a 'PDF Export Stylesheet'. The one below can be used:
@page
{
/*A4-sized pages in landscape orientation are 297 mm wide by 210 mm long*/
size: 297mm 210mm;
}
Related Notes
- This does not affect version 5.4.4
- Upgrade to Confluence 6.2.1 does not solve the issue
- is related to
-
CONFSERVER-34390 Long tables are cut off on PDF Export
- Closed