You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi there!
In reference to https://support.atlassian.com/confluence-cloud/docs/customize-exports-to-pdf/, I added a simple code in the header and footer section under Look and Feel -> Global PDF Export.
<div>
<img src="/download/attachments/229456/new_footer.jpg" />
<div>Test</div>
</div>
I did not define any additional styles in the PDF stylesheet.
When performing the export, the PDF does not contain either the footer or the header.