Page 1 of 1

Missing part of the image when converted from pdf to jpg

Posted: 2014-03-06T06:01:59-07:00
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

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

Posted: 2014-03-06T06:38:34-07:00
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.