Hallo Forum,
I would create a script to have keyword standards.
In EXCEL i create a controlled namespace trougth comboboxes to save the files in an controlled way. The Metadata should be a controlled way to avoid "phantasie"-names. Having this values I would insert this strings in the XMP:KEYWORD field. In this way with the bridge I can retrive the information.
xmp.string = word1, word2, word3, ...
I use VBA and at the moment I have this but it doesn't work.
Sub meta_add ()
dim w1 as string
w1 = "hallo world"
document.xmpString.add.w1
end sub
Somebody can help me with the basic? JAVA would be welcomed too !!!
Thank you