Hi I am trying to use IdomRecognition.
Following is the orginal PS code,
/knownColorants? {
pop false
} bind def
I want that to be replaced with
/knownColorants? {
pop true
} bind def
So I was trying many options and none work. This is one example trail,
/FixDuotone
<< /FixDuotone1[ {/knownColorants?{pop false} bind def} bind
{/knownColorants?{pop true} bind def} bind
]
Thanks in advance.
Following is the orginal PS code,
/knownColorants? {
pop false
} bind def
I want that to be replaced with
/knownColorants? {
pop true
} bind def
So I was trying many options and none work. This is one example trail,
/FixDuotone
<< /FixDuotone1[ {/knownColorants?{pop false} bind def} bind
{/knownColorants?{pop true} bind def} bind
]
Thanks in advance.