Hello together,
i try to style my PDF Export with the page number in the footer:
I create a new element in the footer PDF Layout:
<span id="pageNum"/>
and a new Element in the PDF Stylesheet:
#pageNum:before
{
content: counter(page);
}
When i open PDF i can't see any information in the footer. Also other html fields in the header or footer of the PDF Layout are not visible.
Hi Thomas,
thanks a lot, in the meantime i got it to work. My error was, that i have tried to define the above settings in the global settings. That does not work, the correct way is to define it over the area settings.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Thomas Rösler, I have just tested these settings in my cloud environment. Everything's fine with the page numbering.
I think, the error must be somewhere else. Just to make sure, we have the same settings, here is the PDF layout of the space:
and the PDF Stylesheet:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This did not work for me. I defined it at the global level, but it propagates to the Space settings and looks identical to the build above, yet my PDFs still do not show a page number. Any suggestions?
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.