1

Hello,

I want to make an PDF with a JPG background-image.
I always used this code: <body backimg="./res/image_a.jpg">

But now I want to make a PDF file with 2 pages.
Both pages are A3 (landscape).
But how can I set up <body backimg="./res/image_a.jpg"> for page 1 and <body backimg="./res/image_b.jpg"> for page 2?

Please let me know...

Greets Albert

2

wrap first page in a div styled with the first bg, and do the same for second page
et la le mec il le pécho par le bras et il lui dit '

3

do not use <body> tag, you are not in a web document, but in a PDF document. use <page> tag.

look at examples
Ancien pseudo : lolo