I want to create a document that has the footer on the last page only. I came across this SO thread that suggested it can't be done: MigraDoc - only Last Page Footer
Taking the suggestion from that post, I created a TextFrame
and added it to the last page at the bottom. The problem now is that other elements overlap the TextFrame
.
I've set section.PageSetup.BottomMargin
, which works, but it reserves the space for the footer on each page, which I want to avoid.