Change colors on PDF file
Posted: 2010-03-25T18:06:10-07:00
Hello all. I am new using ImageMagick, so I have a got a problem today. I have a PDF generated dynamically, and I need change the color of some elements on first page. It's a vector. How can i change this color? I tried so many times with examples, but any works.
My last try is with this code:
On my PDF I have the #00000 color and I want change this color to yellow.
My last try is with this code:
Code: Select all
exec('convert generated-1.pdf -colorspace RGB –fill yellow -fuzz 10% –bordercolor "RGB(0,0,0)" –draw "color 395,95 filltoborder" langlang22.png',$result);