How do I execute ImageMagick’s convert if I want a JPEG from the first page only of a multi-page PDF?
How do I execute ImageMagick’s convert if I want a JPEG from the first
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you are using a
convertcommand line you can execute it with these parameters:Note that the page count of ImageMagick is 0-based. So
[0]means ‘page 1’. To select, say the 4th page, you’d have to use[3].This syntax does not only work for PDF input. It also works with other multi-page or mult-frame formats, such as multi-page TIFF or animated multi-frame GIFs and PNGs.