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

Adding a thumbnail method #188

Closed ntaylor-86 closed 2 years ago

ntaylor-86 commented 2 years ago

Adding the ability to create thumbnails from a pdf.

$pdf->setThumbnailWidth(400)
    ->saveImage($pathToWhereImageShouldBeStored);

I was looking for this feature in this package but didn't find it. Hopefully others will find this helpful as well.

Cheers, Nathan.

freekmurze commented 2 years ago

Thanks!