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

Footer is not showing on each page when change PDF::loadView to PDF::chunkLoadView #54

Closed
umairali opened this issue Jun 14, 2021 · 1 comment

Comments

@umairali
Copy link

I am using PDF::chunkLoadView function for large data but the footer is only showing on the last page. I want to show the footer on all pages.

@mccarlosen
Copy link
Owner

It is important to put the tag: <htmlpagefooter /> inside the beginning of the body. Ej:

...
<body>
    <htmlpagefooter name="page-footer">
        Your Footer Content
    </htmlpagefooter>
...

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

2 participants