Does anyone know how to have an option to exclude the page title when doing a pdf export?
Hello Karie,
Navigate to Space Admin -> Look and Feel -> PDF Stylesheet -> PDF Export Stylesheet -> Edit and enter the following:
.pagetitle h1 { display: none; }
Thanks so much!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Guilherme - do you happen to know how I might include this in a user macro to add to a page such that when an export was done, it was not included - thus, allowing this to be page controlled instead of space controlled? I know it can be done via the CSS Stylesheet macro - but, CSS is not a good solution for global exports and page includes.
I also tried adding this to our existing landscape div, but that didn't seem to work - if it can be done, I may have then had the implementation wrong.
Any advice is most appreciated!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Karie, I believe that is not possible, the user macro would only affect elements within the page body, not affecting the title behavior.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello!
I want to report that this solution incorrectly works on 6.13 Confluence Server - this css hide all h1/h2 elements, and not only title.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello again. Our team could find new solution for this task:
h1.title-header
{
display: none;
}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you Aleksandr! This worked for me. It also overrided the space CSS, but I copied the space CSS to the PDF stylesheet and got all my desired formatting in the PDF :-).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello,
I have created a Template fro Change Request in a Page. I am trying to add my company Logo to the page (probably upper right corner) to export the page (template) and send it out for signature.
Is there a way to add my logo to the page and it'll show in the PDF export?
Thanks in advance!
Martha
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.