Page 1 of 1

Copy iptc metadata with jpg in eps.

Posted: Tue Apr 18, 2017 2:44 pm
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.

Re: Copy iptc metadata with jpg in eps.

Posted: Thu Oct 20, 2022 11:23 am
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"