• 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: Several small InDesign CS questions
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Several small InDesign CS questions


  • Subject: Re: Several small InDesign CS questions
  • From: "Shane Stanley" <email@hidden>
  • Date: Thu, 18 Nov 2004 16:47:20 +1100

On Wed, 17 Nov 2004 22:59:49 -0600, Bill Planey wrote:

>1. Select all and copy (saying "select all" in applescript does not work
>[and this is just for a single page document]
>
>2. "get" the document page size specifications
>
>3. tell ID to ignore messages about missing fonts

tell application "InDesign CS"
	select every page item of page 1 of document 1
	copy
	tell document preferences of document 1
		set theHeight to page height
		set theWidth to page width
	end tell
	set user interaction level to never interact
end tell

>3. automatically relink to images

I presume you mean update them:

 update every link of document 1

--
Shane Stanley  <email@hidden>


 _______________________________________________
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: Several small InDesign CS questions
      • From: wayne melrose <email@hidden>
References: 
 >Several small InDesign CS questions (From: Bill Planey <email@hidden>)

  • Prev by Date: Several small InDesign CS questions
  • Next by Date: Eudora Notification Question
  • Previous by thread: Several small InDesign CS questions
  • Next by thread: Re: Several small InDesign CS questions
  • Index(es):
    • Date
    • Thread