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
convert a particular page number of pdf to jpeg/png
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: convert a particular page number of pdf to jpeg/png
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
will convert the 4th page
convert image.pdf[0] image.jpg
will convert the first page
see http://www.imagemagick.org/Usage/basics/#sequence