Hi,
I use the following command to convert PDF to Image. ( Each page within the PDF is converted to separate Image )
"C:\Program Files\ImageMagick-6.7.6-Q16\convert.exe" -density 300x300 -alpha off -colorspace sRGB -resize 284x368! "%%G" -units PixelsPerInch "%%~nG_Thumbnail_%%d.jpg"
This converts in the following:
PDF 1st page -> Thumbnail_0.jpg
PDF 2nd page -> Thumbanil_1.jpg
Is there a way I can modify the command to have the image numbering from 1?
Eg: PDF 1st page -> Thumbnail_1.jpg
PDF to Image
-
- Posts: 3
- Joined: 2012-05-09T09:40:11-07:00
- Authentication code: 13
-
- Posts: 3
- Joined: 2012-05-09T09:40:11-07:00
- Authentication code: 13
Re: PDF to Image
awesome!!! thanks a lot. You Sir, are a genius
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: PDF to Image
Not really, just have spent more time with IM.pertinentobserver wrote:awesome!!! thanks a lot. You Sir, are a genius