Hello there
I just want to input a footnote message - something like watermark. I want to insert a simple text message on a illustrator document. Is there some script or tutorial for this? Can someone help me please.
Appreciate your time.
Thank you
Krish
I'm a bit of a novice at this but is this any use (You'll need to have a document open):
tell application "Adobe Illustrator"
set FootNote to text returned of (display dialog "Enter footnote" default answer "")
make new text frame at the beginning of document 1 with properties {contents:FootNote, position:{10, 20}}
end tell