I am importing styles from a separate .indd and applying them with the function newTextFrame.appliedObjectStyle The Object Style has the “Apply next Paragraph Style” Option enabled, but when i execute my script, only the first paragraph style is applied. When i reapply the object style after my script has finished, it is working. I tried adding .applyNextParagraphStyleor .enableParagraphStyle but it
Tag: extendscript
Copy Images instead of Moving them | InDesign Javascript
I have written an InDesign javascript script that moves me all images (respectively the frames of the images) into a new layer “Webbilder” created by the script (if not existing). How can I customize it so that the images are not moved but copied? This is my current script: Does anyone have any ideas, or do I need to change