I presently have the following text as part of the PDF Stylesheet field.
{
content: "Page " counter(page);
font-family: ConfluenceInstalledFont, Helvetica, Arial, sans-serif;
font-size: 8pt;
}
How can I supplement this with text displaying the total number of pages of a PDF output?
{
content: "Page " counter(page) " of " counter(pages);
font-family: ConfluenceInstalledFont;
font-size: 8pt;
}
Thank you Benoit. A very simple addition.
It would be helpful if Atlassian added your text into the following PDF Customisation information page:
Are there any other little tricks that can be applied to the PDF Stylesheet to help complete the headers and footers of exported information?
Regards
Rob.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Atlassian Government Cloud has achieved FedRAMP Authorization at the Moderate level! Join our webinar to learn how you can accelerate mission success and move work forward faster in cloud, all while ensuring your critical data is secure.
Register NowOnline 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.