Footer only in the last page of the pdf #1337
Replies: 2 comments 1 reply
-
|
Are you able to share a simplified version of the code you are using to attempt this? |
Beta Was this translation helpful? Give feedback.
-
|
sure. here's my page content: private void ComposeContent(QuestPDF.Infrastructure.IContainer container) } and here's my footer, this footer is default because i'm using it just to test, and after getting it right as i want i'll implement my real footer: as i told you it still have some content, and i think i should share also this with you because i'm using dynamic for my footer: page.Header().Element(ComposeHeader); hope this helps you :) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone, I’m encountering an issue where I can’t seem to prevent a complex footer from appearing only on the last page of my document.
Here’s the situation:
I’ve already checked discussion #479 and tried several suggested fixes, but unfortunately none of them worked for me.
If anyone has faced a similar situation or knows a workaround to conditionally render the footer only on the last page, I’d really appreciate the help!
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions