Save All Open Documents

MY wrote:

I am working on a project that has 15 documents in a book. After I do a global change, I have to activate each document window and save it. Is there a way to tell indesign to save all opened documents? Shouldn’t it be a option in the book’s panel to do this?

I completely agree that this should be a function of the Book panel, but you won’t find it there. Fortunately, InDesign does have this feature… it’s just hidden as a keyboard shortcut. By default the shortcut is Command-Option-Shift-S / Ctrl+Alt+Shift+S, though you can of course, change that to whatever you want.

If you are looking to change it, it’s easy to find with the Keyboard Shortcuts panel (just search for “Save All”), but in the Edit > Keyboard Shortcuts dialog box, you need to look in what I think is an illogical place: the Views & Navigation Product Area.

By the way, you probably noticed that the Book panel does have a “Save Book” feature, but it doesn’t save the individual documents in the book — just the book file itself (the tiny file on disk that remembers the documents, their order, and other book-related information).

Bookmark
Please login to bookmark Close

This article was last modified on December 18, 2021

Comments (24)

Leave a Reply

Your email address will not be published. Required fields are marked *

  1. Diligent Dan
    May 20, 2019

    Is there a way to actually add this shortcut to the File menu? That way should someone (not me, certainly, but SOMEONE!) forget the keyboard shortcut it would be easy to find.
    Thanks!

  2. October 12, 2017

    I sometimes have trouble with the shortcut, it might crash Indesign CC or sometimes not…

    I like the Script path better, no crashes so far…

    Regards Lars

  3. Jamie
    March 15, 2017

    Such a useful key command! Speaking of… do you happen to have a post somewhere that lists some/all of these types of key commands?

  4. March 7, 2016

    Eight years after this topic began, I’m finding this SUPER useful.
    Thank you!

  5. November 21, 2014

    After reading the post with the “close all” shortcut (Command-Option-Shift-W) i just tried Command-Option-Shift-S).
    Just for fun. But it works! It saves all open documents!

  6. June 27, 2014

    And in order to close all :

    With save :
    app.documents.everyItem().close(SaveOptions.YES);

    Without save :
    app.documents.everyItem().close(SaveOptions.NO);

  7. June 27, 2014

    You can create a new script and add it into your File menu :

    if (confirm(‘Save all documents, are you sure ?’)) app.documents.everyItem().save();

  8. June 20, 2013

    When I initially commented I seem to have clicked on the -Notify
    me when new comments are added- checkbox and now each time a comment is added I receive four emails with the exact same comment.
    Is there an easy method you can remove me from that service?
    Thank you!

  9. Nick
    December 14, 2012

    I forgot to mention.

    When using the script to convert idml or inx files back to indd the file name is preserved.

    This is very handy because when you open inx or idml directly in In Design the document name is lost (opens as untitled) and needs to be entered again, which is a ballache!

    =P

  10. Nick
    December 14, 2012

    I have used this script successfully to convert multiple docs from InddIdmlinx

    Free and easy…

    https://www.kahrel.plus.com/indesign/batch_convert.html

  11. June 7, 2010

    Awesome tips! Many thanks all

  12. March 25, 2008

    Bah. It doesn’t work, of course, because Command-Alt-Shift-P is package. Never mind me.

    *slinks away*

  13. March 25, 2008

    Ugh… Edit > Print all open DOCUMENTS. This is an InDesign site after all. :)

    (I’m just hoping the keystrokes will be the same in PS.)

  14. March 25, 2008

    Similar question… Is there any way to PRINT all open images?

    I want to do this when I’m making Contact Sheets using PS Automation. Sometimes it’ll create 8-10 contact sheets, which I don’t even need to save at all. Just print and Command W. Except I’m tired of doing that.

    I think I’ll try this with P instead of S.

  15. Benjamin
    January 11, 2008

    This is great tip that will save me couple of minutes at least once a month when I open and change month number in a book with over 40 documents.
    Untill today I used what Fritz suggested and now I found another half of David’s tip – CLOSE ALL, so I and Fritz can completely forget the old Ctrl-Q way.

  16. Lukas834
    January 9, 2008

    Note, that InDesign has also “CloseAll” feature, that closes all open files. This feature is also hidden under shortcut (Command-Option-Shift-W / Ctrl+Alt+Shift+W), and I use both of them (SaveAll & CloseAll) a lot, while I work simultanously on dozen-or-so of files.

  17. Lauren K.
    January 4, 2008

    I will definitely use this now, as I run into sort of the same deal. I used to just tab through my documents using Command ~ then Command-S to scroll through and save all my open docs.

  18. Eugene
    January 4, 2008

    David, it’s very odd that it isn’t in the file menu. Perhaps in the next Update for InDesign they can include that in the menu list. I’ve already submitted this to Adobe on their Wishlist page

    https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform

  19. January 4, 2008

    Brian, I was just teasing Fritz a little (Sorry Fritz! But I love your screen shot idea.)

    I can see the value in the quit method when there is no built-in feature. But the point of my post is that InDesign does have a built-in method (but only with a keyboard shortcut).

  20. Eugene
    January 4, 2008

    When all documents are open you can force crash indesign, when you reopen InDesign it will re-open all the files, with the data saved… I’ll get my coat.

  21. January 4, 2008

    why not take screenshots of each page and paste them into word. Then save them out as a jpg. Next Place the jpgs in quark and save each page as an eps. You can always place the eps files back into ID at your leisure:)

  22. Brian
    January 4, 2008

    Dude, harsh. I occasionally use Fritz’s method in Photoshop, when the job is big enough to not want to hit command-s, command-w, but small enough that I don’t want to go through the trouble of finding a save-all script (which I never seem to have on hand, for some reason). I just quit the app and float over the Return key.

  23. January 4, 2008

    Fritz, that’s an interesting point. Another idea might be to take a hammer to the computer until all that is left is the hard drive. Reinstall the hard drive in a new machine, then boot up InDesign and use the Autorecovery feature to re-open all the files, then export them to INX, email them to a friend, and have them save them for you. ;)

    If anyone tries this, please don’t hold us responsible. But please do take video of your process and send it to us.

  24. January 4, 2008

    You could always just quit the application (Cmd Q) and then you will be prompted to save every document that is open.