I am in the Global PDF Stylesheet section and want to insert company logo at top-left of each PDF page exported. I have configured text to display at top-left and top-right together without issue but now want to change top-left to be a logo but am struggling to find the right set up. The log will not present itself in the pdf header.
I have tried a range of logo sizes and tried jpg and png.
My script is below, any advice much appreciated.
@page
{
margin: 0.5in;
padding: 1em;
@Top-left
{
<div style="margin-top: 10.0mm;">
<img src="https://zeettanetworks.atlassian.net/wiki/download/attachments/1533378660/Logo+and+name+transparent+v7.jpg" />
</div>
}
@Top-right
{
content: "Zeetta Networks Ltd - Commercial in Confidence";
font-family: ConfluenceInstalledFont, Helvetica, Arial, sans-serif;
font-size: 10pt;
}
Thank you Luis, I studied these guides and a couple of other sites on the internet. The pdf export header set up is quite strange in implementation.
The global template supports some things and not others and has more functionality when exporting a space.
The space set up for pdf exports is for page exports.
i can’t get either to put a logo in the off export, I have noticed that when trying to get a logo to display from the attachments section peculiar things are happening so I need to look more into this.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.