-
Bug
-
Resolution: Fixed
-
Medium
NOTE: This bug report is for Confluence Cloud. Using Confluence Server? See the corresponding bug report.
Original Description
Long words are being cut off in a PDF export. This causes problems for languages where spaces are uncommon, such as Japanese.
Work around
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;
}
- causes
-
CONFCLOUD-25233 tables in PDF export are full-width
- Closed
-
CONFCLOUD-26230 Words break unnecessarily when wrapping in PDF export
- Closed
- is duplicated by
-
CLOUD-5782 Long words fail to wrap in PDF export
- Closed
- is related to
-
CONFSERVER-24533 Long words fail to wrap in PDF export
- Closed
- relates to
-
CONFCLOUD-36824 Custom Text Fields do not Format correctly on JIRA Issue Macro PDF Export
- Closed