I have the following:
ghostscript-fonts-5.50-24 ImageMagick-6.7.2-1 ghostscript-9.02-1
Which I use to create a series of JPGs for each page usi
If you want a high quality result, use this command:
convert -density 700 input.pdf -resize 25% -append -quality 98 -alpha remove output.jpg
For windows users, use magick instead of convert
magick
convert