Special case - rotated Portrait headers on Landscape pages
<?php$mpdf->forcePortraitHeaders=true;This is a quick fix which rotates HTML headers and Footers (only - not normal ones)on landscape pages in the following conditions:
$mpdf->AddPage('L')<pagebreak orientation="landscape" />If you try to set new margins/headers etc. for new landscape pages when variable$forcePortraitHeaders = true, it will go wrong.