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

How to set Comapny Letter head while exporting a page to WORD or PDF

Muhammad Farhan September 30, 2019

Hello,

 

Can you please advise on this:

I want to export my meeting pages (One bye one) to word or pdf document but on our company letter head, is it doable can I set a template that when I select export to word or even pdf it will print to our company letter head, we have very simple letter head two jpg images one each on header and footer.

 

Your help is this regard will be appreciated.

2 answers

1 vote
Herve Frydlender
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.
October 14, 2019

Here is how I did exactly that without plugin editing Space Tools / look & Feel / PDF Stylesheet:

@page {
/* Make the page portrait A4 */
size: 210mm 297mm;

/* Page number bottom left */
@bottom-left {
font-size: 12pt;
color: DarkGray;
content: counter(page);
}
}

/* Change first page footer */
@page:first {
/* Reserve space above */
margin-top: 150px;

/* Reserve space below */
margin-bottom: 100px;

/* Company background image */
background-image: url("https://confluence.company.com/download/attachments/19658987/background.png");
background-size: cover;

/* Sigfox logo top left*/
@top-left {
background-image: url('https://confluence.company.com/download/attachments/19658987/logo.png');
background-repeat:no-repeat;
background-position:left center;
}

@bottom-center {
font-size: 12pt;
font-style: italic;
color: rgb(69,0,204);
content: "Copyright © 2019. All rights reserved.";
}

/* Remove page counter on first page */
@bottom-left {
}
}

 

Have fun customizing this according to your needs.

0 votes
DPKJ
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
September 30, 2019

@Muhammad FarhanConfluence Server provide ways to customize your PDF exports (guide here) but this is limited to Space export and doesn't not work for single page export.

If you want to customize single page export you might need to add some addon to your Confluence. One of them is,

 

Note: I am not associated with above mentioned plugin.

Muhammad Farhan October 1, 2019

Thank you @DPKJ let me check the add on you mentioned.

Muhammad Farhan October 3, 2019

Hello @DPKJ is there any other Plug in which you know can be use for

exporting a page to WORD or PDF on a letter head.

 

Thank you

DPKJ
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
October 3, 2019

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events