Questions tagged as 'imagemagick'

0
answers

Imagick wrongly converts the text of a pdf

I will be direct, I have a problem after installing imagick to convert pdf to jpg when I convert a pdf with text because it does not convert well, here is a sample of what happens: The method I use to convert the pdf to image is as follows...
asked by 03.08.2018 / 02:14
0
answers

Convert PDF to Images

I am trying to convert a pdf file to images using imagick and using Laravel. $pdf_file = Storage::disk('uploads')->url($name); $image = new imagick(); $image->readImage($pdf_file); $image->setImageFormat('jpg'); $pages = $image...
asked by 12.12.2018 / 20:27