When printing a document using the provided Page component, some content of the page get displayed under the footer in the printed output. This causes the content to overlap with the footer, making it difficult to read and unprofessional.
Screenshots:
Image 1: Screenshot showing the overlap issue..
Image 2: Screenshot showing the expected position of the footer and content..
The footer should remain at the bottom of the page without overlapping with any content. The content,
should be positioned above the footer, with adequate space to prevent any overlap.
I want to display the footer on each page of printing but i can work with showing him in the last page only.
for see the code
2