Convert specific page from PDF to JPEG

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
Bonzo
Posts: 2971
Joined: 2006-05-20T08:08:19-07:00
Location: Cambridge, England

Re: Convert specific page from PDF to JPEG

Post by Bonzo »

Try:

Code: Select all

convert input.pdf[X] output.jpg
Note: X may be X-1 as the page array may start at 0 not 1
Post Reply