Re: InDesign CS3 place multiple pictures
Re: InDesign CS3 place multiple pictures
- Subject: Re: InDesign CS3 place multiple pictures
- From: Håvard Graudo <email@hidden>
- Date: Wed, 10 Oct 2007 13:51:41 +0200
On 9/10/07 8:45 PM, "Håvard Graudo" <email@hidden> wrote:
--this is what I would like to do, (nonworking nonsense):
tell document 1 of application "Adobe InDesign CS3"
place aListOfFiles
end tell
Den 9. okt. 2007 kl. 13.08 skrev Shane Stanley:
In fact, what you have written should do just what you want; the
fact that
it doesn't is a bug.
A workaround is to write it in javascript and call that from your
AppleScript script.
OK. I am a complete W with javascript language.
This works for a single file, but can someone help me with the
correct javascript syntax for a list of files?
--
tell application "Adobe InDesign CS3"
set selection to {}
set theJava to "app.place(File(\"Disk:folder:picture.eps\"));"
do script theJava language javascript
end tell
--
Thank you
Håvard
_______________________________________________
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