Page 1 of 1

PDF-->JPG empty image

Posted: 2011-11-29T09:14:45-07:00
by Mako
Hi All,

I have a problem with one PDF file, most of images are empty (see output).
This is my cmd (Windows 7 x64):

Code: Select all

convert -scene 1 pp.pdf pp_%d.jpg

Code: Select all

C:\Program Files (x86)\SIMPLEX media creator\local\bin>convert -version
Version: ImageMagick 6.6.6-6 2010-12-18 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2011 ImageMagick Studio LLC
Features: OpenMP

Re: PDF-->JPG empty image

Posted: 2011-11-29T10:46:08-07:00
by fmw42
But try

convert pp.pdf[1] pp_%d.jpg

Re: PDF-->JPG empty image

Posted: 2011-11-30T00:59:04-07:00
by Mako
I have got only one image with the same problem :(