Search found 3 matches
- 2012-05-23T14:03:19-07:00
- Forum: Users
- Topic: PDF to Image
- Replies: 3
- Views: 4978
Re: PDF to Image
awesome!!! thanks a lot. You Sir, are a genius
- 2012-05-23T12:14:45-07:00
- Forum: Users
- Topic: PDF to Image
- Replies: 3
- Views: 4978
PDF to Image
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 ...
- 2012-05-09T11:00:58-07:00
- Forum: Developers
- Topic: PDF to Image converstion problem
- Replies: 1
- Views: 4073
PDF to Image converstion problem
Hi, I have to write a windows command line shell script to convert pdf to Images. For the following sample command: convert.exe -density 300x300 -resize 3508x <file>.pdf -units PixelsPerInch -profile srgb.icc <FILE>.jpg This command works fine for pdfs with NON-White background but goes wrong with ...