Question
AS CS3 - Setting the EPS Import Settings
I am trying to create an applescript that sets a whole series of preferences in Indesign CS3 so I can quickly and easily synchronize my studio with the same settings.
It had been going well until I was stumped by the EPS Import Settings of which I want to have clipping paths applied and I want to rasterize the postscript for the proxy.
I have tried something like this:
tell the EPS import preference properties
set EPS frames to true
set the EPS proxy to "Rasterise the Postscript"
end tell
Of course I am failing big time somewhere, any help would be greatly appreciated.
It had been going well until I was stumped by the EPS Import Settings of which I want to have clipping paths applied and I want to rasterize the postscript for the proxy.
I have tried something like this:
tell the EPS import preference properties
set EPS frames to true
set the EPS proxy to "Rasterise the Postscript"
end tell
Of course I am failing big time somewhere, any help would be greatly appreciated.