Hello again…
Today i’m trying to open a folder full of images in Graphic converter and apply some text to the caption field.
So far i have:
tell application "GraphicConverter"
open target_folder
tell window 1
set selection to files in window 1
-- set IPTC caption to "test caption"
end tell
close window 1 saving yes
end tell
… doing well eh
Anyway can anyone point me in the direction of a way to do this or perhaps explain commands i can use to then select all the displayed images and simulate an inputting of metadata one by one or overall…
or perhaps a way to simulate the keypresses required?
Anyway,
Hope you can help.
Regards,
Dan