Problem converting PDF to thumbnail

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
singlchu

Problem converting PDF to thumbnail

Post by singlchu »

We have converted most of our first page of the pdf to a thumbnail without any problems. But for some pdf when we try to convert these files, the thumbnail turned sideway or the thumbnail has large area of whitespace skewing the thumbnails to larger size that specified. Wondering if the PDF file itself is causing this problem

Here's the command that I used:

convert test.pdf[0] -thumbnail 120x90 -sharpen 10 test1.gif

Thanks,

Sing
Post Reply