Skip to main content
Participant
October 28, 2020
Answered

Make file format seamless backwards compatible

  • October 28, 2020
  • 3 replies
  • 384 views

For the last few years, every release of InDesign has meant older files have to be converted in order to be opened -and then trigger the save as dialog when closing it instead of just overwriting the same file.

why can't it be seamless just as with Photoshop where i can open my old files from years back with no conversion involved?

This topic has been closed for replies.

3 replies

rob day
Community Expert
Community Expert
October 29, 2020

If you are not using OSX here is a Javascript version of the save script I posted in the link above:

 

var doc = app.activeDocument;
var fp = doc.filePath;
var n = doc.name;

if (doc.converted) {
    doc.save (File(fp + "/" + n))
} else {
    doc.save()
}
rob day
Community Expert
rob dayCommunity ExpertCorrect answer
Community Expert
October 29, 2020
Barb Binder
Community Expert
Community Expert
October 29, 2020

Hi @randyy65578885 :

 

This is a user-to-user forum. Please post InDesign feature requests here:

https://indesign.uservoice.com/

 

~Barb 

~Barb at Rocky Mountain Training