loadHtml($html, 'UTF-8'); $dompdf->setPaper('A4', $orientation); $dompdf->render(); return $dompdf->output(); } }