-
Bug
-
Resolution: Duplicate
-
Low
-
37
-
Severity 3 - Minor
-
2
-
NOTE: This bug report is for Confluence Cloud. Using Confluence Server? See the corresponding bug report.
In a Page with a long table, when exporting to PDF it cuts columns off the table. Was working in previous versions (tested 5.4.4 and it did not cut off any columns). I tested in 5.5.2, 5.5.3, 5.6.1, and 5.5-OD-28-10 and these versions are all affected.
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, see conf553.pdf
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
- duplicates
-
CONFCLOUD-52379 Table cut off on PDF Export
- Closed
- is related to
-
CONFCLOUD-23583 The table's border become invisible in the output of the "Export to word"
- Closed
-
CONFSERVER-34390 Long tables are cut off on PDF Export
- Closed
- relates to
-
CONFCLOUD-36824 Custom Text Fields do not Format correctly on JIRA Issue Macro PDF Export
- Closed