barryvdh / laravel-snappy

Laravel Snappy PDF
MIT License
2.59k stars 289 forks source link

bad result when generate pdf with laravel queue #525

Open hairullana opened 6 months ago

hairullana commented 6 months ago

fonts always bold and italic when generated pdf using laravel queue, I has been try put some style to remove the italic and bold, but it doesn't work I also put style other style like text transform uppercase, its work but not with bold and italic style I have to generate with laravel queue because of performance of my app

but when I generate pdf without laravel queue, the result is normal

image result with laravel queue

image result without laravel queue (normal as I want)