Re: InDesign export slows to a crawl
Re: InDesign export slows to a crawl
- Subject: Re: InDesign export slows to a crawl
- From: Helmut Fuchs <email@hidden>
- Date: Mon, 14 Oct 2013 16:56:48 +0200
Hello Håvard,
did you try to run your script from within InDesign?
Your slowdown doesn't seem to be caused InDesign's undo management - but
it's still worth to try that.
Wrap your script in a handler and prefix it with following:
tell application "Adobe InDesign CS6"
do script "tell item 1 of arguments to yourHandlerName()" ¬
language applescript language undo mode entire script ¬
with arguments {me}
end tell
on yourHandlerName()
...
end
Does that change anything?
Kind regards,
Helmut
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden