Skip to main content

timestamp for Illy 77 Responses

Last post: 2 years, 2 months ago | Thread started: Mar 9, 10, 3:30 a.m.

RespondNew TopicDisable Images

Out of context: Response #5 [Mar 9, 10, 3:30 a.m.]

  • neverblink

    you can also use it to add the timestamp to all open documents..

    if(app.documents.length > 0){
    for(var i=0; i<app.documents.length; i++){
    var doc = app.documents[i];
    var myText = doc.textFrames.add();
    myText.contents = Date();
    myText.top = 20;
    myText.left = 20;
    }
    }

    + add note

    You must be logged in to add a note. Login now or register for an account.

    Cancel

Skip to main content