Skip to content
Advertisement

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:

JavaScript

Does anyone have any ideas, or do I need to change my approach completely?

Thanks already in advance for the feedback.

Noel

Advertisement

Answer

Try to change the line:

JavaScript

with this:

JavaScript
User contributions licensed under: CC BY-SA
2 People found this is helpful
Advertisement