Thumbnailing pdf page

from blog lmno.lol @alvaro, | ↗ original
If you ever need to thumbnail a pdf page, imagemagick has got you covered. For example, to thumbnail page 3, you can use: convert path/to/input.pdf[2] path/to/output.png convert -resize 10000x10000 path/to/input.pdf[2] path/to/output.png convert: FailedToExecuteCommand `'gs' -sstdout=%stderr -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT...