-
Notifications
You must be signed in to change notification settings - Fork 270
New issue
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
How can I add a footer & header to each page? #292
Comments
@Pranav2992 this does work to put them on the page, but it will overlap everything else. I tried adding margin-top and margin-bottom on the pages by doing
but this also moved the header down and the footer up on each page. Were you able to figure that part out? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
@austincparker I'm facing the same issue. How did you solve it? |
Did you find a way to deal with this ? @austincparker |
Have you solved this problem? The situation I'm facing now is that I can only add a header to the first page, and I can't add headers to the subsequent pages. I also can't add a footer. @austincparker |
I want some static content to appear at every page's header, and page number on the footer with static text.
I tried
Any ideas?
I thought adding paddings to the android native version and then use the backend to stamp the documents within the header dimensions. I saw there is margin support there.
The text was updated successfully, but these errors were encountered: