Hi all,
I'd like to include a page's URL (either in full or tinyurl form) in the footer of a PDF export.
Perhaps I could use the CSS content property in combination with something. Does anybody know if this is possible?
Thanks.
Hello Adam,
There is no combination of CSS that is going to allow this information to be displayed on the page. I dida sample export of a test space and saw for my export the fields that you are looking for are simply not included. CSS is used from styling elemets on a page. That it to say putting them where you want them and making them pretty.
From the documentation we see that Confluence can only render out html and css elements from the Confluence Admin > PDF Layout page. There is currently no way to add velocity (dynamically generated) elements to these page exports.
This is tracked in our community bug tracker below.
https://jira.atlassian.com/browse/CONF-16527
Please let us know if there is anything we can further clarify.
Thanks for the information Daniel.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
One more thing to clarify please Daniel. An alternative for me is to include the tiny URL in the page content. By googling and hacking around, I can achieve this on the displayed page with a user macro that looks like this:
$action.getGlobalSettings().getBaseUrl()/x/$action.getTinyUrl()
However, when exporting to PDF only the base URL is rendered correctly and the getTinyURL part shows literally as 'getTinyURL()'.
Could there be a way to ensure the getTinyURL part is also rendered correctly?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey Adam,
I found a few CSS codes for PDF footer in this documentation: https://confluence.atlassian.com/display/DOC/Customising+Exports+to+PDF
I hope this helps.
Cheers,
WZ
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.