Hi, i got this custom report (model sale.order) and i have added an svg and also an image so the svg is fixed to the upper right corner and the image is fixed to the lower left corner:
the html i'm using is inside of a web.basic_layout, inside is the div with the 'page' class, then inside this last div i got another div with the next style:
style="position: fixed; top: 272.9mm; left: 0;"
inside this div i have the image
next to this div i have the svg with the next style:
style="position: absolute; top: 0; right: 0; width: 330px; height: 160px;"
and below things like tables and stuff.
But when the infor overflows the current page, the next page does not contains the svg and the image, i m using a paperformat with the next config:
format: Letter
orientation: portrait,
all the margins set to 0