1 Reply Latest reply: Oct 1, 2010 4:07 AM by qdesign8 RSS

    simple text inserting script

    Kristtee Community Member

      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

        • 1. Re: simple text inserting script
          qdesign8 Community Member

          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