Re: AuthorEditor in InDesign Template
Re: AuthorEditor in InDesign Template
- Subject: Re: AuthorEditor in InDesign Template
- From: "Stockly, Ed" <email@hidden>
- Date: Mon, 01 Jun 2009 12:10:21 -0700
- Thread-topic: AuthorEditor in InDesign Template
> Is their a way to pull the Authors name from the User Login on the Mac into an
InDesign Document?
tell application "System Events"
set userName to name of current user
--or
set userName to full name of current user
end tell
This will get you the name of the logged in user.
>From there you could create a text frame on the page and insert the
variable.
Let us know if you need help with that part.
HTH,
ES
_______________________________________________
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