-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
Affects Version/s: 6.8.3, 6.9.1, 6.10.0
-
Component/s: Page - Export / Import
-
3
-
Severity 3 - Minor
-
0
Summary
Profile Avatars (Profile pictures) appears too large in PDF export.
Steps to Reproduce
- Install Confluence and create some content with different user
- Upload a profile picture for different users
- Create a page with content that has one of the following macros (Recently Updated, Blog Posts, User Profile, etc.)
- Export the page to PDF
Expected Results
The layout and size of the user profile picture in the page should be respected in the
![]()
Actual Results
The User profile picture appears very big and changes the page layout.
ds-cdcbd-060718-1556-19.pdf![]()
notesh3. Notes
This issue is not reproducible with Confluence 6.2.x
Workaround
1. Add the following CSS lines into the Global PDF Stylesheet, (ConfluenceBaseURL)/admin/flyingpdf/viewpdfstyleconfig.action
-
- To hide the image completely
.userLogo.logo { display: none !important; }- To change it to the default size
.userLogo.logo { width: 48px !important; height: 48px !important; border-radius: 3px !important; }
2. Another option would be to use the browser's Print to PDF option.