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 want to use dompdf, I installed it via composer.
I did
use Dompdf\Dompdf;
in top of the Controller and used it like the example says:
$dompdf = new Dompdf();
$dompdf->loadHtml('hello world');
$dompdf->setPaper('A4', 'landscape');
$dompdf->render();
$dompdf->stream();
The browser cannot open the pdf, the error occurs only in PHP Mini framework, I tried it in a separate project and it worked without problems. Do you have any ideas?
The text was updated successfully, but these errors were encountered:
I want to use dompdf, I installed it via composer.
I did
use Dompdf\Dompdf;
in top of the Controller and used it like the example says:
The browser cannot open the pdf, the error occurs only in PHP Mini framework, I tried it in a separate project and it worked without problems. Do you have any ideas?
The text was updated successfully, but these errors were encountered: