We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Anyone here can tell me how to add the page number to the footer? I searched around and followed this post but I didn't get it works.
In base template file I added this block:
<div id="footerContent"> {%block page_foot%} <pdf:pagenumber /> {%endblock%} </div>
And some styles:
@page { size: {{ pagesize }}; margin: 1cm; @frame footer { -pdf-frame-content: footerContent; bottom: 0cm; margin-left: 18cm; margin-right: 0cm; height: 1cm; } }
Unfortunately, it doesn't work. So could yoy please tell me what I did wrongly or am I missing something?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Anyone here can tell me how to add the page number to the footer? I searched around and followed this post but I didn't get it works.
In base template file I added this block:
And some styles:
Unfortunately, it doesn't work. So could yoy please tell me what I did wrongly or am I missing something?
The text was updated successfully, but these errors were encountered: