Adobe InDesign: SDK/Scripting Bugs and Features
1 result found
-
CC2019: Can't update or relink a link when a document is opened by a script.
A fault introduced in CC2019: can't update or relink a link when a document is opened by a script.
Steps to reproduce:
- To verify that with an existing open document the problem does not occur: a. Start a new InDesign document b. Place a graphic on the first page c. Run this script:
app.documents[0].links[0].update();
No error occurs.
- To reproduce the error: a. Save the document created in step 1 and close it. b. Run this script:
s = '/d/test/links.indd'; // Use your string
app.open (File(s));
app.documents[0].links[0].update();Expected result: The links should be updated.
Actual result: "Error: This file is already…3 votesHi,
Please can you provide some more information related to the issue?
1. OS
2. Document and imported file location (local or network)
3. File system type
4. Can you share a sample document along with the imported file.
5. Is the issue reproducible in ID 2020?
6. A small video will help as wellThanks
amaarora@adobe.com
- Don't see your idea?