The right side of pdf file missing after convert to 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
bigdeal
Posts: 2
Joined: 2017-05-10T05:43:55-07:00
Authentication code: 1151

The right side of pdf file missing after convert to image

Post by bigdeal »

Hello:
I Convert PDF File(it contains one single page) To JPG,USE Convert.exe with the default setting,but get only partial pdf page converted to image.Say ,only left half side being converted to jpg,leaving the right side missing .What's happening ? Hope you can help me out.Thanks a lot.
I use the easyiest

Code: Select all

convert a.pdf a.jpg
,my imagemagic version is ImageMagick-6.2.7-Q16
Last edited by bigdeal on 2017-05-10T06:39:27-07:00, edited 1 time in total.
Bonzo
Posts: 2971
Joined: 2006-05-20T08:08:19-07:00
Location: Cambridge, England

Re: The right side of pdf file missing after convert to image

Post by Bonzo »

To get a useful answer I recommend you read this and fill in the blanks in your post:
https://www.imagemagick.org/discourse-s ... f=1&t=9620
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: The right side of pdf file missing after convert to image

Post by fmw42 »

Version 6.2.7 is ancient -- over 700 versions old. I really suggest you upgrade.
bigdeal
Posts: 2
Joined: 2017-05-10T05:43:55-07:00
Authentication code: 1151

Re: The right side of pdf file missing after convert to image

Post by bigdeal »

Thanks a lot ,I'll try a newer version ,hope it can solve the problem.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: The right side of pdf file missing after convert to image

Post by fmw42 »

bigdeal wrote: 2017-05-10T18:08:36-07:00 Thanks a lot ,I'll try a newer version ,hope it can solve the problem.
post your PDF file, so we can see if it is corrupt.
Post Reply