Missing part of the image when converted from pdf to jpg

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
Carter J
Posts: 116
Joined: 2013-12-19T02:20:09-07:00
Authentication code: 6789

Missing part of the image when converted from pdf to jpg

Post by Carter J »

Hi All,

When we are trying to convert a pdf to jpg, the red diagonal bars which present on inputPDF are missing on the output jpg.

Commands tried:
convert -layers merge InputPDF.pdf Output.jpg
convert InputPDF.pdf Output.jpg

We received this pdf from someone else and we don't know how the pdf is made up of.

ImageMagick Version: ImageMagick 6.8.8-7 Q16 x64

GhostScript Version: 9.10


Links for inputPDF and output jpg file:
inputPDF.pdf: https://www.dropbox.com/s/qfcogj3tx5pvets/InputPDF.pdf

output.jpg https://www.dropbox.com/s/qgtqr0j86nblh2s/Output.jpg
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: Missing part of the image when converted from pdf to jpg

Post by snibgo »

The red bars are spotcolors, using specific inks instead of any combination of cyan, yellow, magenta and black.

IM doesn't process spotcolors. As far as I know, neither does Ghostscript.
snibgo's IM pages: im.snibgo.com
Post Reply