PDF to Image
Posted: 2012-05-23T12:14:45-07:00
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
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