For export of single sites into PDF, I created a CSS stylesheet as explained in documentation (https://confluence.atlassian.com/confcloud/advanced-pdf-export-customizations-724764827.html)
In this template I'd like to add a company logo on the right header. How does the syntax needs to be. I tested this sample without success:
@page
{
@top-right
{
content: /download/attachments/4882447/xxx_logo.jpg
}
}
Is there also a function that can include the site's title into the header, so it is shown on every page of the PDF file?
Thanks a lot for your support.
Hi Simon,
Can you reference the URL as a URL in your CSS?
There's an example here:
Example:
content: url ("url/to/logo.jpg");
Regards,
Shannon
Hi Shannon,
Thanks for the hint but also this
content: url ("/download/attachments/4882447/xxx_logo.jpg");
is showing only an empty header - also with the full adress https://...
:-(
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Simon,
Alright, do the other suggestions work from that thread, perhaps? I'm not that familiar with CSS personally but it seems that some users were able to get it to work with the examples there.
Regards,
Shannon
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.