Latest version of Manager Server. Invoice theme adjusted to include background image behind everything on page. Works perfectly on screen, print (chrome), and Save As PDF Chrome.
Tried couple of things that I could think of in CSS, and so. Nothing. To be clear it is not an business logo image, it is custom image field in Business settings that is imported in let sya Sales Invoice theme and used as <body style=”background-image: url(……….>
I had the same problem so I asked ChatGPT and they told me and gave me a new theme and it works good now. I deleted the chats . So mine looks like this its a picture of my business card with the words taken out and saved as my logo
Thanks, but this is old style Liquid custom themes. They are obsolete now, and may be removed in future. Also a needed not only header background but whole page background graphics.
But already solved it something similar to this solution, not to go into details. Essentially put an image outside main table, position it fixed at 0,0 and set z-index to -999. Simply more elegant solution with body.background doesn’t works with print and PDF very reliably.