Skip to content
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

page_header/page_footer on first page only #800

Open
vespino opened this issue Jul 10, 2024 · 1 comment
Open

page_header/page_footer on first page only #800

vespino opened this issue Jul 10, 2024 · 1 comment

Comments

@vespino
Copy link

vespino commented Jul 10, 2024

Is it possible to show the page_header and/or page_footer on the first page only?

@vespino
Copy link
Author

vespino commented Jul 10, 2024

I have found the following for showing page_footer only on the last page:

<end_last_page end_height="0">
    <page_footer>
        footer
    </page_footer>
</end_last_page>

Adding the following to the page tag I'm able to hide page_header on all but page 1:

hideheader="2,3,4,etc,100"

Maybe there's a more efficient way?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant