Page 1 of 1

convert a particular page number of pdf to jpeg/png

Posted: 2010-07-05T20:25:55-07:00
by rsanjay
Hello friends,

I have been pondering over the possibility of specifying a particular page number of a pdf to a jpeg/png format . i have used convert and was able to create images of all pages in a pdf .

any suggestions would be appreciated along with the source of the information .

thanks

Re: convert a particular page number of pdf to jpeg/png

Posted: 2010-07-05T21:38:09-07:00
by fmw42
convert image.pdf[3] image.jpg

will convert the 4th page

convert image.pdf[0] image.jpg

will convert the first page

see http://www.imagemagick.org/Usage/basics/#sequence