Hello,
I tried to generate pdf with full page background image using component with fixed position, but its always cropped when i defined header, footer or margins. Is there any best way to have full page background image without affected by header, footer or margins?
Hi Natanael. The version 6.0.0 includes a new "Background" placeholder, where you can place an image that covers the entire background of the page (including the header, footer and margin areas).
Hello Leonardo,
Any idea on how to limit the background for just the first page only?
We need to attach a custom image on the first page only, but placing it in the header section won't work because of the margin.
Cheers,
Wel
Hello Natanael,
I had the same problem today, and i can solve out using a property:
background-position: top -100px
Because the first content have 100px minus that the second and using that property you can put the image with the right height and not will broken.