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

Don't instantiate Imagick in constructor #139

Closed robertogallea closed 4 years ago

robertogallea commented 4 years ago

This PR fixes #138 by adding a new method for fetching page count. It directly inspects pdf content.

Imagick instantiation is done without passing pdf file in constructor.

freekmurze commented 4 years ago

Closing this as it would work for all PDFs