Forums

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

PDF Export Customisations doesn´t works

Derwing Medina
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 11, 2011

I tried to change the PDF export of a space so that the top place a logo and even though I try, it seems that confluence does not see any of my modifications, the code I'm using is identical to the example on page of documentation.

PDF Space Export Title Page

Planning for Confluence 4.0

PDF Export Stylesheet

.fsTitlePage

{

margin-left: auto;

margin-top: 50mm;

margin-right: auto;

page-break-after:always

}

.fsTitle

{

font-size: 42px;

font-weight: bold;

margin: 72px 0 4px 0;

text-align:center;

}

2 answers

1 accepted

2 votes
Answer accepted
Remo Siegwart
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.
November 11, 2011

Did you do it like this?

Go to Browse => Space Admin => PDF Layout => PDF Space Export Title Page and insert the following code:

<div class="fsTitlePage">
  <img src="/download/attachments/590719/titlepage.png" />
  <div class="fsTitle">Planning for Confluence 4.0</div>
</div>

Then go to Browse => Space Admin => PDF Stylesheet => PDF Export Stylesheet and insert the following styles:

.fsTitlePage {
  margin-left: auto;
  margin-top: 50mm;
  margin-right: auto;
  page-break-after: always;
}
 
.fsTitle {
  font-size: 42px;
  font-weight: bold;
  margin: 72px 0 4px 0;
  text-align:center;
}

To export the space go to Browse => Advanced => PDF Export and click export.

The custom styles defined in the PDF export stylesheet will be applied to all pdf exports, but the customizations of the PDF layout only take effect when exporting in the Browse Space section. They won't be applied when you export a single page over Tools => Export to PDF.

0 votes
Derwing Medina
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 27, 2011

Thanks Buddy.

I like this works over Tools => Export to PDF =(


Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events