-
Bug
-
Resolution: Fixed
-
Medium
-
3.0, 3.0.1, 3.0.2, 3.1
Original Description
Long words are being cut off in a PDF export.
Please review the screenshot for more details.
Atlassian Status
This issue has been fixed in version 1.12 of the Confluence PDF Export plugin.
Note: In order to break long words in the PDF export a selector containing the word-wrap property with a value of break-word has to be added to the PDF stylesheet:
http://confluence.atlassian.com/display/DOC/Editing+the+PDF+Stylesheet
For example:
div {
word-wrap: break-word;
}
- has a regression in
-
CONFSERVER-24533 Long words fail to wrap in PDF export
- Closed
- is a regression of
-
CONFSERVER-6738 Long words fail to wrap in PDF exports
- Closed
- is duplicated by
-
CONFSERVER-18590 Multi-byte long statement is cutoffed when exporting page as PDF
- Closed
-
CONFSERVER-20592 long page title is cut in PDF export
- Closed
- is related to
-
CONFSERVER-21976 Long words (eg in Chinese) are still hidden in PDF export if wrapped in info macro
- Closed
-
CONFSERVER-21295 Long words in embedded Office documents fail to wrap in PDF exports
- Closed