find image and then delete...
Hi everyone,
I want to search particular images in the document with it's name and i want to delete those images from the document. How it can be done through script. Your help will be much appreciated.
Regards
Thiyagu
Hi everyone,
I want to search particular images in the document with it's name and i want to delete those images from the document. How it can be done through script. Your help will be much appreciated.
Regards
Thiyagu
If you're after a certain image, e.g. sunflower.png, use this:
app.documents[0].links.item('sunflower.png').parent.parent.remove();
If you want to remove that from 500 documents, use the above one-liner in this script:
https://creativepro.com/files/kahrel/indesign/batch_convert.html
Details on how to organise that are in the web page.
Peter
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.