Is there a way to have a different header logo for the 1st page in a document and different for the 2nd page?
I thought that changing the header data between adding page
I used:
$pdf->resetHeaderTemplate();
It should override the template header and assign the new one according to need. It worked for me.