Copy iptc metadata with jpg in eps.

General Discussion of Scripting for Adobe Bridge

Moderators: Tom, Kukurykus

serhii435
Posts: 1
Joined: Tue Apr 18, 2017 2:24 pm

Copy iptc metadata with jpg in eps.

Post by serhii435 »

Hello. Help me please.
I need iptc metadata to copy from jpg files (approximately 100 images) into the files of eps with same names.
The tools of the Bridge tool are long. We must all at once. I will be grateful for the help.
User avatar
Stephen_A_Marsh
Posts: 29
Joined: Sun Aug 04, 2019 12:37 pm

Re: Copy iptc metadata with jpg in eps.

Post by Stephen_A_Marsh »

I came here looking for an answer to a similar question... Sadly, it wasn't answered. Perhaps because it is complex to script?

https://community.adobe.com/t5/bridge-d ... /13281346

The good news is that it is easy enough to do with ExifTool. Just in case this helps somebody else, here is the command line code for Terminal.app or the CMD prompt:

Mac:

Code: Select all

exiftool -overwrite_original -tagsfromfile %d%f.jpg -XMP-xmp:Label -ext .psd -r  '/Mac/Folder/with both jpg and psd files'
Win:

Code: Select all

exiftool -overwrite_original -tagsfromfile %d%f.jpg -XMP-xmp:Label -ext .psd -r  "C:\Win\Directory\with both jpg and psd files"