Page 1 of 1
Footer text overlapping on Image in PDF
Posted: Mon Jan 01, 2024 10:37 am
by praveenvc
Footer text and logo overlapping on Image and its not breaking in to next page if the position of image at bottom, similarly how table and OL list break to next page.
Footer overlapping with image - pagebreak css not happening.png
Re: Footer text overlapping on Image in PDF
Posted: Wed Jan 03, 2024 11:20 am
by julien_lacour
Hello,
Usually this happens when you have a page break avoid property set in your custom CSS stylesheet.
You should
debug the CSS to see if there is such rule set on images, and if it exists, remove it and see if the problem disappears.
Search for any of these properties: page-break-after / page-break-before or break-after / break-before.
Regards,
Julien
Re: Footer text overlapping on Image in PDF
Posted: Mon Jan 22, 2024 2:55 pm
by praveenvc
Thank you @julien,