Where to find InDesign document links API reference?
Where do I find the API reference for document links? (As show in the Links tab.) I've found scripting guides and various bits of documentation, but I can't find a complete object model reference.
Newcomer to InDesign scripting. All I need is to dump the full path of every linked image to a text file. I've found a script online which does this, but it only outputs each link's 'name'. A fuller version of the same script dumps out the size and file type as well.
I'd like to modify this script to dump out 'path', but 'path' doesn't seem to be the property name, and I can't figure out where to find the list of property names. Am I missing something? Does this documentation exist?
-
Uwe Laubender commented
Hi Michael,
DOM documentation compiled by Gregor Fellenz can be found:
https://www.indesignjs.de/extendscriptAPI/indesign-latest/#about.htmlInDesign CC 2019:
https://www.indesignjs.de/extendscriptAPI/indesign14/#about.htmlInDesign CC 2018:
https://www.indesignjs.de/extendscriptAPI/indesign13/#about.htmlInDesign CC 2017:
https://www.indesignjs.de/extendscriptAPI/indesign12/#about.htmlInDesign CC 2015:
https://www.indesignjs.de/extendscriptAPI/indesign11/#about.htmlInDesign CC 2014:
https://www.indesignjs.de/extendscriptAPI/indesign10/#about.htmlOlder versions of InDesign, PhotoShop and Adobe Illustrator plus separate core JavaScript documentation compiled by Jongware in several formats, also online, here:
http://www.jongware.com/idjshelp.html
Regards,
Uwe Laubender
( ACP )