Hello,
I try to script my InDesign Server CS6 to do not update image links (from images which edited since last opening of layout document). The default setting is that the image links will automatically be updated when opening the document.
I found a parameter in the scripting documentation and tried this in a InDesign jsx script. The parameter is also available for InDesignServer.
In the InDesign script it works to set
app.linkingPreferences.checkLinksAtOpen = false;
When I try to use this parameter in my InDesignServer script the server do not ust this setting an updates all images in the document.
Has anyone an idea to solve this?