For PDF exports, I'm trying to export the space name to the bottom center of the export.
I tried the following but no luck so far:
@bottom-center
{
content: $space.getName();
}
I think the space variables do not work within the PDF CSS Stylesheet.
Is there another way of possibly achieving this?
I look forward to your ideas.