If you have a page footer and you don't call the super method in the executeSection. You will find the length of the footer is reserved as white space.
Rather than just not calling the super method - you might consider calling
element.disableSection(PageFooter_1)
or
element.disablePageFooter();
This way - no space is reserved for the section.
Rather than just not calling the super method - you might consider calling
element.disableSection(PageFooter_1)
or
element.disablePageFooter();
This way - no space is reserved for the section.