-
Bug
-
Resolution: Won't Fix
-
Low
-
None
-
4.3.3
-
Tested on Confluence 4.3.2
Step to reproduce
- Create a page
- Attach a wide Excel spreadsheet to Confluence page or simply download this A_Very_Wide_Spreadsheet.xls
- Add view file macro to the attached Excel file in the page
- Export the page to PDF
- You will notice that the table gets truncated truncated_PDFexport.pdf
Workaround
Add the following CSS in the PDF stylesheet:
.office-document table { table-layout: auto !important; width: auto !important; }
You can see the result like this now after applying the above CSS - better_PDFexport.pdf
- is related to
-
CONFSERVER-25233 Tables that contains short strings are exported to full-width in PDF exports
- Closed
-
CONFSERVER-17424 Better handling for wide tables in PDF export (and printing)
- Closed
- mentioned in
-
Page Loading...