Not Able to Set Pdf Transparency Color
Posted: 2013-04-04T04:02:26-07:00
Hi Experts,
I am using the following 2 commands successfully to replace PDF transparency color with any custom color:
convert.exe Transparent.pdf -background #FF0077 -flatten -resize 400x400 Transparency-1.jpg
convert.exe Transparent.pdf[0] -bordercolor #FF0077 -border 0 -alpha off -resize 400x400 Transparency-1.jpg
This works fine for most PDF files but has no effect on the attached sample PDF file below. Could you please let me know if this is a bug?
I am using ImageMagick 6.7.4-10 version due to colorspace changes in 6.7.5+ versions.
Works:
http://temp-share.com/show/dPf3apAtW
Does Not Work
http://temp-share.com/show/HKdPx651A
password: santa
Thanks in advance for your assistance,
Vimal
I am using the following 2 commands successfully to replace PDF transparency color with any custom color:
convert.exe Transparent.pdf -background #FF0077 -flatten -resize 400x400 Transparency-1.jpg
convert.exe Transparent.pdf[0] -bordercolor #FF0077 -border 0 -alpha off -resize 400x400 Transparency-1.jpg
This works fine for most PDF files but has no effect on the attached sample PDF file below. Could you please let me know if this is a bug?
I am using ImageMagick 6.7.4-10 version due to colorspace changes in 6.7.5+ versions.
Works:
http://temp-share.com/show/dPf3apAtW
Does Not Work
http://temp-share.com/show/HKdPx651A
password: santa
Thanks in advance for your assistance,
Vimal