For our PDF exports we have customized the header and footer and also the title sheet of a certain space.
I found some examles In the documentation, which describe how to e.g. show the page numbers with:
# Footer
<span id="pageNum"/> / <span id="pageTotal"/>
---
# PDF Stylesheet
#pageNum:before {
content: counter(page);
}
#pageTotal:before {
content: counter(pages);
}
This is working fine but now i would like to know the list of all possible functions (like "count()") and variables (like "page" or "pages") but i was not able to find something like that in the web.
e.g.
So does anyone know where we can get such information?
Thanks for any help!
@Dominique Mayor here are a few links as resources:
https://support.atlassian.com/confluence-cloud/docs/customize-exports-to-pdf/
https://support.atlassian.com/confluence-cloud/docs/advanced-pdf-export-customizations/
Do either of these contain what you are looking for?
@Andy Gladstone Thanks a lot for your fast response.
Unfortunately i already found these Pages and they do not contain what i was looking for.
In your first Link under Changing the Leader Character in the Table of Contents
you can see another function "leader()" that i meant.
I mean, there must be some list somewhere which contains these functions:
And an other list with the variables like "page" or "pages"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello,
Did you have an answer on this? I am looking for the same thing...
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Well, unfortunately not. I couldn't find something by myself and they didn't answer me again.
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.