You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to convert html to pdf, on a Click action I want to download the pdf generated in browser. $pdf->send('report.pdf');
throws this error : ERR_CONTENT_LENGTH_MISMATCH.
While this works fine : $pdf->saveAs('report.pdf');