Reply To: Update links in all open documents?

Home Page / Forums / InDesign User Groups / Update links in all open documents? / Reply To: Update links in all open documents?

#85837
Ari Singer
Member
for (var i = 0; i < app.documents.length; i++) {
    app.documents[i].links.everyItem().update();
    }

-Ari

This article was last modified on June 16, 2016

Comments (0)

Loading comments...