• 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
Fwd: Simple InDesign Script
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Fwd: Simple InDesign Script


  • Subject: Fwd: Simple InDesign Script
  • From: Don Fuller <email@hidden>
  • Date: Mon, 15 Aug 2005 15:51:20 -0500



Begin forwarded message:

From: Don Fuller <email@hidden>
Date: August 15, 2005 3:08:47 PM CDT
To: Don Fuller <email@hidden>
Subject: Re: Simple InDesign Script



On Aug 15, 2005, at 3:05 PM, Don Fuller wrote:

Hello all,

I am trying to write a simple applescript to do the following:

1. Open InDesign and create a new doc with specific dimensions.
2. Create a Graphics box in the doc with specific dimensions and location.
3. Place a graphic in that box.
4. Step and Repeat that object 8-up in my doc.
5. Save the doc.


Forgot to add my script so far.


tell application "InDesign CS"
    set myDocument to make document
    tell document preferences of myDocument
        set page height to "9.75in"
        set page width to "14.75in"
        set page orientation to landscape
        set document bleed top offset to ".125in"
        set document bleed uniform size to true
        tell myDocument
            make rectangle
        end tell
    end tell
end tell

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: Simple InDesign Script
      • From: Shane Stanley <email@hidden>
  • Prev by Date: Re: Scripting Quark 4.11
  • Next by Date: GUI Scripting - Print/Save PDF As Postscript
  • Previous by thread: Simple InDesign Script
  • Next by thread: Re: Simple InDesign Script
  • Index(es):
    • Date
    • Thread