I created a PDF file using the dompdf library and used this:
$dompdf->stream('my.pdf',array('Attachment'=>0));
to force the browser to allow the user to view the PDF before downloading. But that does not work. Google search also gives no answers. Can anyone help?
source share