Replies: 6 comments
-
same here |
Beta Was this translation helpful? Give feedback.
-
Can you check which specific package is installed? We had the same error but turned out to be |
Beta Was this translation helpful? Give feedback.
-
@Wiejeben Its strange. I seem to have 1.2 installed and when I bump it up to 2.1, I get the errors below;
|
Beta Was this translation helpful? Give feedback.
-
Interesting, we have "spatie/pdf-to-image": "^2.1", With (Of course to you it would be at least PHP 8.0) "config": {
....
"platform": {
"php": "7.4"
}
}, And "minimum-stability": "dev",
"prefer-stable": true, And it installed the right version. |
Beta Was this translation helpful? Give feedback.
-
I was not having the platform key inside the config value, but adding it makes no difference. |
Beta Was this translation helpful? Give feedback.
-
Same problem here?! |
Beta Was this translation helpful? Give feedback.
-
I get the the error below when trying to compress a converted image
My code is as below.
use Spatie\PdfToImage\Pdf; // use statement is declared at the top of the file
Please advise.
Beta Was this translation helpful? Give feedback.
All reactions