Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to adjust the PDF page margin?

Raimon Gonzales March 7, 2017

This question is in reference to Atlassian Documentation: Advanced PDF Export Customizations

I'm figuring out how to beautify the exported PDF files. For some reason Confluence think ConfluenceInstalledFont is the prettiest font ever.

I managed to change that in the exported PDF copy. But I can't fix the enormous page margin. Also, columnMacro seems to be fixed to display as block.

Any idea how to beautify the PDF exported file?

1 answer

0 votes
Milo Test
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 8, 2017

Did you try adjusting the margins in the PDF Stylesheet?:

@page
{
margin-top: .75in;
margin-bottom: .75in;
margin-left: .75in;
margin-right: .75in;
}

 

Oh, and columns are problematic. If the output is wonky, try using a table instead.

Marisa Hager
Contributor
October 23, 2017

I tried multiple different ways suggested online to get this to work, and you'rs is the only solution that did it, Milo.  Thanks!

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events