barryvdh/laravel-snappy

bad result when generate pdf with laravel queue

hairullana opened this issue · 1 comments

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)