PDF-->JPG empty image

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
Mako
Posts: 2
Joined: 2011-11-29T08:39:58-07:00
Authentication code: 8675308

PDF-->JPG empty image

Post 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
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: PDF-->JPG empty image

Post by fmw42 »

But try

convert pp.pdf[1] pp_%d.jpg
Mako
Posts: 2
Joined: 2011-11-29T08:39:58-07:00
Authentication code: 8675308

Re: PDF-->JPG empty image

Post by Mako »

I have got only one image with the same problem :(
Post Reply