• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: InDesign Server speed?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: InDesign Server speed?


  • Subject: Re: InDesign Server speed?
  • From: Richard Rönnbäck <email@hidden>
  • Date: Wed, 08 Sep 2010 12:09:25 +0200
  • Thread-topic: InDesign Server speed?

Well, that's the overhead of interapplication talk. To avoid it, save the
current script as a file, and then in your applet code you just have
InDesign's "do script" command (not to be confused with AppleScript's "run
script") The do script command also takes parameters for undo mode. The mode
you most likely want is "entire script"

tell application "Adobe InDesign CS4"
     do script (alias your script)  undo mode entire script
end tell

That will essentially reduce InDesigns undo history to just two states, one
before the script is run, and one after, as opposed to a potentially very
large number of undo states.



 _______________________________________________
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

  • Follow-Ups:
    • Re: InDesign Server speed?
      • From: Bert Groeneveld <email@hidden>
    • Re: InDesign Server speed?
      • From: Bert Groeneveld <email@hidden>
    • Re: InDesign Server speed?
      • From: Shane Stanley <email@hidden>
References: 
 >Re: InDesign Server speed? (From: Bert Groeneveld <email@hidden>)

  • Prev by Date: Re: InDesign Server speed?
  • Next by Date: Re: InDesign Server speed?
  • Previous by thread: Re: InDesign Server speed?
  • Next by thread: Re: InDesign Server speed?
  • Index(es):
    • Date
    • Thread