-
Bug
-
Resolution: Duplicate
-
Low
-
None
-
1
-
Minor
-
Issue Summary
PDF/Word export of Confluence pages with Expand macro( with tables and Jira macro inside it) is truncating the data if there are many fields configured in the macro.
Steps to Reproduce
- Create a Confluence page with an expand macro. Insert a table and a Jira macro within it. The Jira macro should contain many columns or a high amount of content(screenshot 1).
- Create a PDF/Word export of the page. You can see that the Jira macro data is truncated(screenshot 2).
Expected Results
The PDF/Word export of the page should show the complete Jira macro fields without truncation.
Actual Results
The Jira macro fields in the PDF/Word export are getting truncated.
Workaround
Reverting PDF Export to V1 may work in specific cases. 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-75424 PDF export of a Confluence page containing Jira macro with large number of fields or content will truncate the data.
-
- Closed
-