Create images for multi page pdf spatie-laravel-media-library-plugin
Hi there,
I am using the spatie-laravel-media-library-plugin and its media conversions. I would like to create an image for each pdf page, but can't find a way to do so.
I checked the pdf-to-image package, but because my uploaded pdf is in the livewire-tmp folder, I can't access it via $pdf = new \Spatie\PdfToImage\Pdf($pathToPdf);
Any ideas? Thanks π
0 Replies