Converting a multi page pdf to multiple pages using a single command
imagemagick - Converting a multi page pdf to multiple pages using a single command - Stack Overflow
It's as simple as
convert x.pdf x-%04d.jpg
Where 4 means 4 digits will be show on the page count. You can change jpg to webp or whatever and ImageMagick understand it.
The codes used are the
https://monodes.com/predaelli/2023/07/22/converting-a-multi-page-pdf-to-multiple-pages-using-a-single-command/
#Tricks
imagemagick - Converting a multi page pdf to multiple pages using a single command - Stack Overflow
It's as simple as
convert x.pdf x-%04d.jpg
Where 4 means 4 digits will be show on the page count. You can change jpg to webp or whatever and ImageMagick understand it.
The codes used are the
https://monodes.com/predaelli/2023/07/22/converting-a-multi-page-pdf-to-multiple-pages-using-a-single-command/
#Tricks
Converting a multi page pdf to multiple pages using a single command
imagemagick – Converting a multi page pdf to multiple pages using a single command – Stack Overflow It’s as simple as convert x.pdf x-%04d.jpg Where 4 means 4 digits will be show …Paolo Redaelli