Page 1 of 1

Problem converting PDF to thumbnail

Posted: 2008-05-19T10:07:59-07:00
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