📜  laravel DomPDF 实时预览 - 任何代码示例

📅  最后修改于: 2022-03-11 14:55:19.954000             🧑  作者: Mango

代码示例1
$dompdf->stream("dompdf_out.pdf",$dataarray);
// if there is no data to be passed then remove $dataarrray variable
exit(0);