Search found 1 match

by Arnaud04
2011-12-20T01:26:19-07:00
Forum: Users
Topic: Create images for first page of several pdf files
Replies: 2
Views: 6736

Create images for first page of several pdf files

Hello,

I need to create images for the first page of several pdf files.

I'm able to do it for one pdf with the following command :

convert -density 708x708 -resize 500 source.pdf[0] destination.png


But I can't find how to deal with a lot of pdf. I've tried

convert -density 708x708 -resize ...