spatie / pdf-to-image

Convert a pdf to an image
https://murze.be/2015/07/convert-a-pdf-to-an-image-using-php/
MIT License
1.3k stars 228 forks source link

Form loses font format #233

Closed psjavi closed 2 months ago

psjavi commented 3 months ago

I've got a pdf with a form and custom fonts and colors.

When I convert the file to jpg or png, the form is losing the format.

What's wrong?

patinthehat commented 2 months ago

@psjavi Could you elaborate a bit?

Thanks for reporting the issue! :+1:

psjavi commented 2 months ago

Hi,

I discovered that is a problem with imagick command directly. I've had to change the package and use directly pdftoppm instead of imagick.