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.32k stars 228 forks source link

Convert pdf to image not wokring? #163

Closed Chanty-SOK closed 4 years ago

Chanty-SOK commented 4 years ago

I'm using pdf-to-image package. So, when I uploaded the pdf file I want to convert this file to an image as well. But, I seem not working as I expected.

Here is the source code that I have tried:

$pdf = new Pdf('{base_url}/admin/file/public/6347142c225ff526cbd981ff2a51b788.pdf'); $pdf->setOutputFormat('png') ->saveImage('public/'); Thank for helping me!