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.
Copy iptc metadata with jpg in eps.
- Stephen_A_Marsh
- Posts: 38
- Joined: Sun Aug 04, 2019 12:37 pm
Re: Copy iptc metadata with jpg in eps.
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:
Win:
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'
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"