barryvdh / laravel-dompdf

A DOMPDF Wrapper for Laravel
MIT License
6.66k stars 966 forks source link

Is it possible to add text inside image in DOMPDF in laravel 9? #917

Open AlexWS1048575 opened 2 years ago

AlexWS1048575 commented 2 years ago

Hello, I would like to ask everyone. I want to add a text inside image, for example like this

tests2

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

painting

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?

PaolaRuby commented 2 years ago

This is only a wrapper, dompdf package it not here

stale[bot] commented 1 year ago

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.