Converted files are fully covered with white

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
source
Posts: 2
Joined: 2016-08-31T05:32:14-07:00
Authentication code: 1151

Converted files are fully covered with white

Post by source »

When converting from PDF to JPG, PNG or even PDF output files are fully covered with white. I used ImageMagick 6.9.5 and ImageMagick 7.0.2.
Help me please with this problem.

File PDF is the link https://cloud.mail.ru/public/4i6i/vKjjz7HY4

Sorry for my English.
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: Converted files are fully covered with white

Post by snibgo »

Using IM v6.9.5-3 and Ghostscript v9.19, and the following command, the file converts fine for me.

Code: Select all

convert test.pdf x.png
What command did you use? What version of Ghostscript?
snibgo's IM pages: im.snibgo.com
source
Posts: 2
Joined: 2016-08-31T05:32:14-07:00
Authentication code: 1151

Re: Converted files are fully covered with white

Post by source »

The problem was Ghostscript, I used 8.50. Updated to 9.19, it worked.
Thank you very much for your help.
Post Reply