-
Bug
-
Resolution: Fixed
-
High
NOTE: This bug report is for Confluence Cloud. Using Confluence Server? See the corresponding bug report.
After updating from 4.1.9 to 4.2 the pdf export is not working properly.
All tables have 100% width in pdf export.
Workaround
table { table-layout:auto !important; width: auto !important; }
If you have problems with content being cut of on your generated pdf pages the the following may help:
table { table-layout:auto !important; width: auto !important; max-width: 100% !important }
Note:
Applying the workaround will result CONF-31874 in Confluence 5.5
- is caused by
-
CONFCLOUD-24533 Long words fail to wrap in PDF export
- Closed
- is related to
-
CONFSERVER-25233 Tables that contains short strings are exported to full-width in PDF exports
- Closed
-
CONFCLOUD-25312 PDF Export is using a very large font size for code-macro blocks
- Closed
- relates to
-
CONFCLOUD-31874 Images in table cells disappear when exported to PDF
- Closed
-
CONFCLOUD-59266 Table is truncated in PDF export
- Closed
-
CONFCLOUD-17424 Better handling for wide tables in PDF export (and printing)
- Closed