Skip to main content
Participating Frequently
September 2, 2008
Question

AS CS3 - Setting the EPS Import Settings

  • September 2, 2008
  • 2 replies
  • 327 views
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.
This topic has been closed for replies.

2 replies

_Dylan_Author
Participating Frequently
September 3, 2008
Thank you very much for that Shane, once again you have saved the day. The other thing I was missing which I only just worked out was that my tell line was wrong, I needed to: tell the EPS import preferences NOT tell the EPS import preference properties
Inspiring
September 3, 2008
On 3/9/08 10:27 AM, "Dylan" <member@adobeforums.com> wrote:<br /><br />> set the EPS proxy to "Rasterise the Postscript"<br /><br />The two options for EPS proxy are "always" and "as needed" (without the<br />quotes).<br /><br />-- <br />Shane Stanley <sstanley@myriad-com.com.au>