Sisipkan script ini dibagian paling bawah pdf->SetDisplayMode('fullpage'); $html2pdf->writeHTML($content, isset($_GET['vuehtml'])); $html2pdf->Output('laporan.pdf'); } catch(HTML2PDF_exception $e) { echo $e; exit; } ?>