: A free browser-based alternative that can open .indd files without InDesign. While primarily an image editor, it allows you to view layers and export the content as PSD or image formats for quick repurposing.
var targetDoc = app.open(File(idmlPath)); var inddPath = "/converted/target_v2021.indd"; targetDoc.saveAs(File(inddPath)); targetDoc.close();