I would like to add more space in my confluence bulk exported pdf header and footer.
As of now, if I add some text inside the PDF Space Export Header/Footer, I am able to see them in the in the pdf. I want to increase the size of the Header and Footer, please help me.
Hi @Meera.Amanullah,
Try to add this CSS on the PDF Stylesheet tab (Content tools > Look and Feel > PDF Stylesheet):
@page
{
margin-top: 5cm;
margin-bottom: 5cm;
}
It will add 5cm to the top and bottom margins.
Also, the article Customize Exports to PDF may help here with PDF export customisation examples. Please take a look at it.
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.