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
I'd like to set a custom header and footer to load every time I export to PDF (company logo) but whatever I write in the Header, Footer or Title doesn't show up at all on the exported PDF file (Even regular text lines). Can somebody tell me what I'm missing here? I've tried to use the guide on custom PDF exports with HTML code/CSS from these links but nothing worked for me:
https://confluence.atlassian.com/doc/advanced-pdf-export-customizations-198806890.html
I'd be more than happy if somebody can, again, tell me what I'm missing...
Single page exports don't support adding HTML headers and footers via the PDF Layout page, but you can use CSS rules in the PDF Stylesheet page (Space tools > Look and Feel > PDF Stylesheet) to produce headers and/or footers for a single page export.
More info here: https://confluence.atlassian.com/doc/advanced-pdf-export-customizations-198806890.html
Same here – anyone have ideas? My HTML is simple:
```
<div style="margin-top: 10.0mm; border-top: 5px solid #5f9ef4;">
<div>My Company</div>
<span id="pageNum"/>
<div>[URL]</div>
</div>
```
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.