-
Bug
-
Resolution: Duplicate
-
Low
-
None
-
1
-
Minor
-
Issue Summary
PDF export of Confluence pages with tables inside expand macro are not formatted correctly.
Steps to Reproduce
- Create a full-width table on a Confluence page(screenshot 1).
- Create a PDF export of the page. The table width is showing correctly(screenshot 2).
- Now insert an expand macro on the page and copy the table inside it. Make sure that the external table and the table inside the expand macro have the same width (screenshot 3).
- Create a PDF export of the page. We can see that the width of the external table is not identical to the table inside the expand macro(screenshot 4).
Expected Results
The expand macro and the external table should have the correct width in the PDF export also.
Actual Results
The PDF export shows different widths for the table inside the expand macro and the external table.
Workaround
Revert PDF Export to V1 may work in specific situations. This can be done by adding a @page tag to the PDF stylesheet:
Space settings -> Look and Feel -> PDF Export 0>PDF stylesheet.
@page { @top-center { font-family: ConfluenceInstalledFont, Helvetica, Arial, sans-serif; font-size: 12pt; }
- relates to
-
CONFCLOUD-76304 Issue Exporting File with Tables to PDF
-
- Closed
-