SL-TX
SL-TX
html: [test.html.zip](https://github.com/user-attachments/files/17457695/test.html.zip) php: ``` $st1 = file_get_contents('./test.html'); $mpdf = new Mpdf\Mpdf(['mode' => 'utf-8','format' => 'A4-L','margin_header' => '9','margin_top' => '15','margin_bottom' => '10','margin_left' => '15','margin_right' => '10','margin_footer' => '9','tempDir' => '/tmp','default_font' =>...
Another example: [test.html.zip](https://github.com/user-attachments/files/18266197/test.html.zip) php: ``` $st1 = file_get_contents('./test.html'); $mpdf = new Mpdf\Mpdf(['mode' => 'utf-8','format' => 'A4','margin_header' => '9','margin_top' => '15','margin_bottom' => '10','margin_left' => '15','margin_right' => '10','margin_footer' => '9','tempDir' => '/tmp','default_font'...