We have several Illustrator files with huge embedded pictures (.jpg and .eps). What I need to do is to relink those pictures to some .psd files with the same file name. Doing this manually takes ages so I’m trying to write a script, but being a complete beginner I have no clue about how to do that.
Basically loop through the pictures and relink all of them to a psd file that has the same file name.
Example: picture.jpg -> relink to /images/picture.psd
I hope someone can help me out! Thanks.