[magick-users] Converting only part of a PDF file to JPGs

koyaanisqatsi at imagemagick.org koyaanisqatsi at imagemagick.org
Sun Jul 23 09:08:19 PDT 2006


> The PDF file contains many pages, but I want to
> convert only some of them to images.

Assume you want to convert pages 5-11 to JPEG, use this command:

  convert 'image.pdf[4-10]' image-%d.jpg


More information about the Magick-users mailing list