Can somebody give me a hint. I made a pdf-report with a second page.
On the second page I want to have two things:
- An other background-image (as on the first page)
- The second page should be in landscape instead of portrait.
I found in the code this:
/------------------ Page 2 -----------------/
sc_pdf_add_page();
$this->pdf_image(‘test.pdf’)
foreach ({Abonnementen} as $NM_ind => $Dados)
{
I tried to put another image there with no succes. How to…
And how to get page 2 in landscape.
Would be nice…
Regards, Bert Steinebach