laravel-dompdf
laravel-dompdf copied to clipboard
Stream() doesnt work in Chrome, Firefox developer, IE, etc.
excuse me sir, i see all issues about this problem "stream doest work well"
in my case is same sir, i try all solution in issues. but still doesnt work
but, i try like this
return $pdf->stream('new name');
its work without using that extension .pdf in name file, but new problem is, if we want print and save that. that name we set, cant pop up like name we use, that only like empty string so i must create new name in save file.
any better solution, or discussion sir ? thank you so much
can share the error? when you use .pdf. i've been using this past 9 months with L9 and had no issue.
nothing error sir notification sir, work properly
but if we want print in stream.. before print, we must set name file first. in my code, i already give name in parameter just like this
return $pdf->stream('namefile.pdf')
but if i use that code, the problem now is. stream doesnt work. that just like return $pdf->download() cause the system go to download file, not stream file first
have you checked the browser setting on what to do with pdf files?. or the download manager
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Any issues with PDF rendering itself that are not directly related to this package, should be reported on https://github.com/dompdf/dompdf instead. When having doubts, please try to reproduce the issue with just dompdf. If you believe this is an actual issue with the latest version of laravel-dompdf, please reply to this issue so we can investigate further. Thank you for your contribution! Apologies for any delayed response on our side.