laravel-dompdf
laravel-dompdf copied to clipboard
Is it possible to add text inside image in DOMPDF in laravel 9?
Hello, I would like to ask everyone. I want to add a text inside image, for example like this

So, I try to upload an image and it works like this

But the text when I type like this in view printall.blade.php, which I show in bottom
<div class="pull-left">
tests
<img src="{{ storage_path('app/public/tests.jpeg') }}">
<h2>Laravel 9 CRUD Example from scratch - ItSolutionStuff.com</h2>
</div>
the text are in the top and bottom respectively, and not inside the image. Anyone know how to add text inside image in dompdf?
This is only a wrapper, dompdf package it not here
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.