-
1. Re: Changing Ink Names
Thom Parker Jan 16, 2011 8:33 AM (in response to chapmanga)Color spaces are very low level and aren't the kind of thing in Acrobat that is typically scripted. But strangely enough there may be a way to do it. Look up the "colorConvertAction" in the Acrobat JavaScript Reference. I haven't used it before so I don't know the details, but it may fit the bill. To get custom channel names I think you'll need to convert CMYK to an NChannel space, with an alternate of CMYK.
On the other hand, you could also create a custom preflight profile that would make this switch.
Thom Parker
The source for PDF Scripting Info
pdfscripting.comThe Acrobat JavaScript Reference, Use it Early and Often
http://www.adobe.com/devnet/acrobat/javascript.htmlThen most important JavaScript Development tool in Acrobat
The Console Window (Video tutorial)
The Console Window(article)


