-
Bug
-
Resolution: Fixed
-
Low
-
5.5.2, 5.5.3, 5.5-OD-28, 5.6.3, 5.6.1, 5.6.5, 5.7.3, 5.9.1-OD-65, 5.9.1, 5.8.14, 5.9.8, 5.10, 6.1.0, 6.1.1
-
39
-
Severity 3 - Minor
-
NOTE: This bug report is for Confluence Server. Using Confluence Cloud? 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
- has a derivative of
-
CONFSERVER-54275 Each column has same width in a wide table regardless of the contents on exported PDF
- Closed
- has a regression in
-
CONFSERVER-55798 Table cut off on PDF Export
- Closed
- is related to
-
CONFSERVER-23583 The table's border become invisible in the output of the "Export to word"
- Closed
- relates to
-
CONFSERVER-39218 PDF export cut off wide table
- Closed
-
CONFCLOUD-34390 Long tables are cut off on PDF Export
- Closed
-
CONFSERVER-36824 Custom Text Fields do not Format correctly on JIRA Issue Macro PDF Export
- Closed
-
CONFSERVER-37577 Exporting a page to PDF with larger tables gets cut off
- Closed
-
CONFSERVER-52805 Long Tables cut off at PDF Export
- Closed
-
CONFSERVER-58058 No more option to apply fixed width setting to tables on exported PDF
- Long Term Backlog