Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Confluence Page export to PDF cuts off Right edge

Prabhu Chilukuri April 8, 2020

Hi,

When i export the page PDF Format all the confluence page PDF downloads are showing a Right truncated content.

Yesterday same I have faced in Left truncated content. I found one Script in Atlassian community. It's working fine for Left side content and images. Now I am facing Right cuts off

PFB Script for cuts off left edge. Is there any script for both sides resolution?

{
size: 216mm 279mm;
margin: 6mm;
}

div.wiki-content {
width: 190mm !important;
align-self: center !important;
margin: 18px !important;
}

 

Thanks in Advance,

1 answer

0 votes
LRG May 20, 2020

Hey @Prabhu Chilukuri ,

You forgot the @page tag at the beginning before the code.

Best,

Prabhu Chilukuri May 20, 2020

@LRG Already tried. But No luck

LRG May 20, 2020

can you try with the following ?

 

 

@pagetTeng
{
size: 216mm 279mm;
margin: 6mm;
}

div.wiki-content {
width: 200mm !important;
align-self: center !important;
}

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events