placing library assets into a document - InDesign CS
placing library assets into a document - InDesign CS
- Subject: placing library assets into a document - InDesign CS
- From: Courtney Schwartz <email@hidden>
- Date: Thu, 23 Sep 2004 10:59:10 -0400
Hello all,
I've tried various permutations of the "place asset on document"
command for an InDesign CS library asset. I can't seem to find the
trick to it. Has anyone here successfully placed a library item into
an InDesign document? Any ideas?
Here's some of what I've tried, but did not work:
tell application "InDesign CS"
tell library "bookletLibrary"
tell asset "titlePage"
place me on my document 1--Error:Can't make «class Lass» id 36 of
«class Libr» "bookletLibrary" of application "InDesign CS" into the
expected type.
end tell
end tell
tell active document -- Both application and documents have library
elements... which one should I address?
tell library "bookletLibrary"
tell asset "titlePage"
place me on my document 1 --Error:Can't get asset "titlePage" of
library "bookletLibrary" of active document.
end tell
end tell
end tell
place asset "titlePage" of library "bookletLibrary" of document 1 on
document 1 --Error: Can't get "titlePage" of library "bookletLibrary"
of document 1. Access not allowed.
place asset "titlePage" of library "bookletLibrary" on document 1
--Error: Can't get "titlePage" of library "bookletLibrary". Access not
allowed.
end tell
Thanks,
Courtney Schwartz
_______________________________________________
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