Created
May 10, 2012 08:03
-
-
Save ff6347/2651815 to your computer and use it in GitHub Desktop.
close all open InDesign documents
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Like Uncle Ben saz: "With great power comes great responsability!" | |
app.documents.everyItem().close(SaveOptions.NO); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Like Uncle Ben saz: "With great power comes great responsability!" | |
app.documents.everyItem().close(SaveOptions.NO); | |
app.books.everyItem().close(SaveOptions.NO); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Like Uncle Ben saz: "With great power comes great responsability!" | |
app.documents.everyItem().revert(true); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment